Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo: nonexistant => nonexistent (#17918) | Timothee Cour | 2021-05-02 | 1 | -2/+2 |
| | | | | | * typo: nonexistant => nonexistent * fix test (ordering differs because of https://github.com/nim-lang/Nim/issues/17910) | ||||
* | followup custom literals (#17500) | Timothee Cour | 2021-03-27 | 1 | -17/+52 |
| | |||||
* | custom integer literals (#17489) | Andreas Rumpf | 2021-03-24 | 1 | -0/+150 |
* user defined integer literals; refs #17020 * updated renderer.nim * use mlexerutils helper * imported all test cases from https://github.com/nim-lang/Nim/pull/17020 * final grammar updated |