Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | followup custom literals (#17500) | Timothee Cour | 2021-03-27 | 1 | -0/+19 |
| | |||||
* | custom integer literals (#17489) | Andreas Rumpf | 2021-03-24 | 1 | -19/+0 |
| | | | | | | | * 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 | ||||
* | megatest: make it green on Linux | Araq | 2018-12-11 | 1 | -2/+1 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -4/+0 |
| | |||||
* | Unicode escape in string literals (#9390) | Oscar Nihlgård | 2018-10-17 | 1 | -3/+3 |
| | |||||
* | adds support for unicode hexcode in string literals. | Parashurama | 2016-06-01 | 1 | -1/+5 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -2/+2 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+20 |