Andreas Rumpf
|
80caca15bd
fixes #7089
|
7 years ago |
Andreas Rumpf
|
416a322efb
added lexer.newlineFollows for parser experiments
|
7 years ago |
Andreas Rumpf
|
cae5e33a4a
language change: 'generic' and 'atomic' are not keywords anymore
|
7 years ago |
Andreas Rumpf
|
70ea45cdba
deprecated unary '<'
|
7 years ago |
Araq
|
604a15c0aa
some progress on the nimpretty tool; still not ready
|
7 years ago |
Andreas Rumpf
|
078e78d208
do not produce the annoying small 'l' warning
|
7 years ago |
Andreas Rumpf
|
eddf9abd13
beginnings of the new nimpretty tool; still unusable
|
7 years ago |
Araq
|
3ccc9c467d
'with' and 'without' are not keywords anymore
|
7 years ago |
Andreas Rumpf
|
ee43fc82d5
bugfix: keep the information of a raw float literal in the AST
|
7 years ago |
Andreas Rumpf
|
b652b3cd52
remove en-dash from the language
|
7 years ago |
Andreas Rumpf
|
f162ff7773
nimsuggest: make tdot1 test case green again
|
7 years ago |
Andreas Rumpf
|
4912300ca7
Merge branch 'devel' into faster-nimsuggest
|
7 years ago |
Andreas Rumpf
|
c5566f7c37
nimsuggest: make 'con' work again
|
7 years ago |
Andreas Rumpf
|
db888475dc
nimsuggest: make tests green again
|
7 years ago |
Araq
|
57ea01309e
nimsuggest: more things work
|
7 years ago |
Araq
|
4755795416
nimsuggest: more precise cursor tracking
|
7 years ago |
Araq
|
0f63c101e4
fixes nimsuggest bug #45
|
7 years ago |
Araq
|
1887390b0f
nimsuggest: fixes nimsuggest bug #45; do not show suggestions in string literals or comments
|
7 years ago |
Araq
|
773d17cd14
big refactoring: step 1
|
8 years ago |
Araq
|
6ade7c0e0d
adapting the lexer for curlysyn
|
8 years ago |
Jacek Sieka
|
3cd4cf4320
remove unused stuff
|
8 years ago |
Andreas Rumpf
|
39ebe2175b
compiler almost free of deprecated expr/stmt names
|
8 years ago |
Andreas Rumpf
|
84c3830c6b
fixes #4301
|
8 years ago |
Andreas Rumpf
|
56f99f56ac
fixes edge cases in the lexer
|
8 years ago |
Parashurama
|
8ce9739f11
adds support for unicode hexcode in string literals.
|
8 years ago |
Araq
|
724cd631d8
allow tabs in multi-line comments
|
8 years ago |
Jacek Sieka
|
298620c267
avoid overwriting token.indent in lexer.getNumber
|
8 years ago |
Andreas Rumpf
|
c9966a3e17
use 'using' instead of 'sig' keyword; cleans up new features a bit
|
8 years ago |
Andreas Rumpf
|
38dee2095c
added 'sig' feature; removed tfShared support in the compiler
|
8 years ago |
Andreas Rumpf
|
3114523a6f
fixes multi-line comments
|
9 years ago |