summary refs log tree commit diff stats
path: root/tests/lexer/tcustom_numeric_literals.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix dot calls with resolved symbols in templates (#22076)metagn2023-06-121-23/+15
| | | | | | | | | | | | | * fix dot calls with resolved symbols in templates * make old code work * fix custom number literals test * remove leftover debug marker * enable "bug 9" test too * fix renderer, add test for #7085
* 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