summaryrefslogtreecommitdiff
path: root/src/fspec
Commit message (Collapse)AuthorAge
* wipJari Vetoniemi2018-02-23
|
* lexer.rl: hex can be as long as we wantJari Vetoniemi2018-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 UDHEADmasterJari Vetoniemi2017-10-01
|
* s/s32/s64/Jari Vetoniemi2017-08-15
|
* validator.rl: Unused memberJari Vetoniemi2017-05-03
|
* validator.rl: Allow multiple filtersJari Vetoniemi2017-05-02
|
* work in progressJari Vetoniemi2017-05-01