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) | ||
* | Add assert to tell compiler wrong behaviour is UDHEADmaster | Jari Vetoniemi | 2017-10-01 |
| | |||
* | s/s32/s64/ | Jari Vetoniemi | 2017-08-15 |
| | |||
* | validator.rl: Unused member | Jari Vetoniemi | 2017-05-03 |
| | |||
* | validator.rl: Allow multiple filters | Jari Vetoniemi | 2017-05-02 |
| | |||
* | work in progress | Jari Vetoniemi | 2017-05-01 |