Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | lexer.rl: hex can be as long as we want | Jari Vetoniemi | 2018-02-23 |
| | | | | | | | | hex expression shared the esc_hex expression before. But esc_hex is limited to 2 hexdecimal characters, and thus poor choice for parsing hexdecimal numbers in source. (This is different from C which allows "n" length hex escapes causing problems when you mix hex escapes with strings for example) | ||
* | s/s32/s64/ | Jari Vetoniemi | 2017-08-15 |
| | |||
* | work in progress | Jari Vetoniemi | 2017-05-01 |