Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetic: fix typo on TRIPLESTR_LIT (#8663) | Iván Montes | 2018-08-21 | 1 | -1/+1 |
| | |||||
* | Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178) | Vindaar | 2018-07-03 | 1 | -8/+19 |
| | | | | | | | | | | | | | | | * deprecate `0c`, `0C` prefix for octal literals Deprecates the previously allowed syntax of `0c` and `0C` as a prefix for octal literals to bring the literals in line with the behavior of `parseOct` from parseutils. * add `msgKind` arg to `lexMessageLitNum` for deprecation messages * change literal tests to check all valid integer literals Also adds the `tinvaligintegerlit3` test to test for the (still) invalid `0O` prefix. | ||||
* | improve error message if literal ends with an underscore (#8114) | Vindaar | 2018-06-28 | 1 | -1/+2 |
| | |||||
* | Lexer: do not accept some invalid integer literals (#8089) | Hiroki Noda | 2018-06-27 | 1 | -7/+12 |
| | | | | | | * Lexer: do not accept some invalid integer literals * Use Natural instead of uint, and result variable | ||||
* | nimpretty improvements | Andreas Rumpf | 2018-06-19 | 1 | -1/+13 |
| | |||||
* | nimpretty: first version that seems useful for others to test it | Andreas Rumpf | 2018-06-16 | 1 | -1/+11 |
| | |||||
* | fixex merge conflicts | Araq | 2018-06-08 | 1 | -1/+1 |
|\ | |||||
| * | Multi byte characters should not be treated as part of an operator | Oscar Nihlgård | 2018-06-03 | 1 | -1/+1 |
| | | |||||
* | | cleanup compiler/prettybase to not use redudant global variables | Andreas Rumpf | 2018-05-27 | 1 | -5/+0 |
| | | |||||
* | | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -18/+18 |
| | | |||||
* | | platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals | Andreas Rumpf | 2018-05-18 | 1 | -2/+2 |
| | | |||||
* | | preparations of making compiler/msgs.nim free of global variables | Andreas Rumpf | 2018-05-17 | 1 | -1/+1 |
|/ | |||||
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -3/+3 |
| | |||||
* | make nimsuggest compile again | Andreas Rumpf | 2018-05-13 | 1 | -5/+5 |
| | |||||
* | avoid more global variables | Andreas Rumpf | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | big refactoring: parser compiles again | Andreas Rumpf | 2018-05-10 | 1 | -31/+34 |
| | |||||
* | make Nimble not crash after the refactoring | Andreas Rumpf | 2018-05-05 | 1 | -1/+2 |
| | |||||
* | compiler refactoring, pass config around explicitly | Andreas Rumpf | 2018-05-05 | 1 | -17/+18 |
| | |||||
* | the compiler does not rely on the zero terminator anymore | Andreas Rumpf | 2018-04-29 | 1 | -8/+7 |
| | |||||
* | refactoring: make FileIndex a distinct type; make line information an ↵ | Andreas Rumpf | 2018-04-21 | 1 | -9/+9 |
| | | | | uint16; fixes #7654 | ||||
* | nimpretty: next steps | Araq | 2018-04-18 | 1 | -1/+3 |
| | |||||
* | little progress on nimpretty | Araq | 2018-04-18 | 1 | -4/+11 |
| | |||||
* | added the 'x.p[:T]' notation for explicit generic instantiations in ↵ | Araq | 2018-04-06 | 1 | -2/+5 |
| | | | | combination with the ddot calling syntax | ||||
* | in triple line string literals the newline should be '\n' too | Araq | 2018-01-28 | 1 | -1/+1 |
| | |||||
* | fixes #7089 | Andreas Rumpf | 2018-01-24 | 1 | -1/+9 |
| | |||||
* | added lexer.newlineFollows for parser experiments | Andreas Rumpf | 2017-11-29 | 1 | -0/+17 |
| | |||||
* | language change: 'generic' and 'atomic' are not keywords anymore | Andreas Rumpf | 2017-11-21 | 1 | -4/+4 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | some progress on the nimpretty tool; still not ready | Araq | 2017-10-16 | 1 | -0/+22 |
| | |||||
* | do not produce the annoying small 'l' warning | Andreas Rumpf | 2017-10-10 | 1 | -7/+1 |
| | |||||
* | beginnings of the new nimpretty tool; still unusable | Andreas Rumpf | 2017-10-05 | 1 | -35/+51 |
| | |||||
* | 'with' and 'without' are not keywords anymore | Araq | 2017-09-30 | 1 | -2/+2 |
| | |||||
* | bugfix: keep the information of a raw float literal in the AST | Andreas Rumpf | 2017-07-06 | 1 | -3/+4 |
| | |||||
* | remove en-dash from the language | Andreas Rumpf | 2017-04-02 | 1 | -18/+5 |
| | |||||
* | nimsuggest: make tdot1 test case green again | Andreas Rumpf | 2017-03-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-03-14 | 1 | -1/+1 |
|\ | |||||
| * | fixes nimsuggest bug #45 | Araq | 2017-03-08 | 1 | -1/+1 |
| | | |||||
* | | nimsuggest: make 'con' work again | Andreas Rumpf | 2017-03-10 | 1 | -0/+4 |
| | | |||||
* | | nimsuggest: make tests green again | Andreas Rumpf | 2017-03-10 | 1 | -2/+3 |
| | | |||||
* | | nimsuggest: more things work | Araq | 2017-03-09 | 1 | -1/+2 |
| | | |||||
* | | nimsuggest: more precise cursor tracking | Araq | 2017-03-09 | 1 | -30/+86 |
|/ | |||||
* | nimsuggest: fixes nimsuggest bug #45; do not show suggestions in string ↵ | Araq | 2017-03-08 | 1 | -1/+35 |
| | | | | literals or comments | ||||
* | big refactoring: step 1 | Araq | 2016-10-31 | 1 | -59/+31 |
| | |||||
* | adapting the lexer for curlysyn | Araq | 2016-10-12 | 1 | -2/+2 |
| | |||||
* | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -9/+0 |
| | |||||
* | compiler almost free of deprecated expr/stmt names | Andreas Rumpf | 2016-07-30 | 1 | -5/+5 |
| | |||||
* | fixes #4301 | Andreas Rumpf | 2016-07-12 | 1 | -0/+3 |
| | |||||
* | fixes edge cases in the lexer | Andreas Rumpf | 2016-07-12 | 1 | -3/+5 |
| | |||||
* | adds support for unicode hexcode in string literals. | Parashurama | 2016-06-01 | 1 | -2/+21 |
| | |||||
* | allow tabs in multi-line comments | Araq | 2016-05-10 | 1 | -4/+0 |
| |