summary refs log tree commit diff stats
path: root/tests/lexer/tcustom_numeric_literals.nim
Commit message (Collapse)AuthorAgeFilesLines
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-021-2/+2
| | | | | * typo: nonexistant => nonexistent * fix test (ordering differs because of https://github.com/nim-lang/Nim/issues/17910)
* followup custom literals (#17500)Timothee Cour2021-03-271-17/+52
|
* custom integer literals (#17489)Andreas Rumpf2021-03-241-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