index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
grammar.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #23085: update grammars for 'concept' (#23256)
Silly Carbon
2024-01-26
1
-1
/
+1
*
type annotations for variable tuple unpacking, better error messages (#22611)
metagn
2023-09-01
1
-1
/
+1
*
Fix grammar top rule (#22325)
Khaled Hammouda
2023-07-24
1
-1
/
+1
*
make binary `not` not parse complex expressions on right side (#22078)
metagn
2023-06-12
1
-3
/
+3
*
post expr blocks colon fix + correct grammar (#21983)
metagn
2023-06-06
1
-11
/
+15
*
make grammar a bit more honest (#21655)
metagn
2023-04-14
1
-9
/
+10
*
tuple unpacking for vars as just sugar, allowing nesting (#21563)
metagn
2023-03-28
1
-1
/
+2
*
fix issue #20922 by handling missing expr in `exprList` for `tkOf` (#20930)
Vindaar
2022-12-08
1
-3
/
+4
*
Named arguments in commands + many grammar fixes (#20994)
metagn
2022-12-06
1
-21
/
+30
*
correct grammar (ref #20199) and add check for grammar.txt (#20494)
ringabout
2022-10-06
1
-2
/
+1
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
1
-1
/
+1
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
1
-1
/
+1
*
Allow full commands and blocks in type sections (#19181)
hlaaftana
2022-01-02
1
-2
/
+3
*
fixes grammar typos [backport] (#19289)
Andreas Rumpf
2021-12-27
1
-3
/
+3
*
formal grammar updates [backport:1.2] (#18803)
Andreas Rumpf
2021-09-04
1
-21
/
+16
*
fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...
Timothee Cour
2021-08-25
1
-0
/
+2
*
custom integer literals (#17489)
Andreas Rumpf
2021-03-24
1
-1
/
+2
*
small fix in grammar.txt [ci skip]
narimiran
2021-01-28
1
-1
/
+1
*
implements https://github.com/nim-lang/RFCs/issues/258 (#15503)
Andreas Rumpf
2020-10-06
1
-11
/
+11
*
make `from` an operator (#14241)
hlaaftana
2020-05-08
1
-1
/
+1
*
Update grammar.txt with `func` and `as` (#14147) [backport]
hlaaftana
2020-04-28
1
-1
/
+2
*
fixes #10665 (#13141) [backport]
Andreas Rumpf
2020-01-14
1
-23
/
+25
*
parser/grammar sync; fixes #9608 [backport]
Andreas Rumpf
2018-11-07
1
-4
/
+5
*
added the 'x.p[:T]' notation for explicit generic instantiations in combinati...
Araq
2018-04-06
1
-2
/
+3
*
Fix casing in rule 'typeDesc' (#7324)
Robert Hencke
2018-03-12
1
-1
/
+2
*
Block expressions (#6695)
Fabian Keller
2017-11-06
1
-1
/
+3
*
parser enhancement: allow keywords after dots
Andreas Rumpf
2017-07-11
1
-6
/
+6
*
assignments support ': stmtList' like let/var do
Andreas Rumpf
2017-04-04
1
-1
/
+1
*
update grammar.txt
Andreas Rumpf
2017-04-02
1
-1
/
+2
*
grammar update
Andreas Rumpf
2017-03-31
1
-4
/
+2
*
first version of .partial objects
Andreas Rumpf
2016-02-28
1
-1
/
+3
*
'out T' is an alias for 'var T'
Araq
2015-11-26
1
-6
/
+9
*
fixes #2533
Araq
2015-04-24
1
-1
/
+1
*
breaking change: 'concept' is now a keyword and used instead of 'generic'
Araq
2015-03-23
1
-6
/
+6
*
fixes #1805
Araq
2015-03-21
1
-14
/
+10
*
'discard' can be used instead of 'nil' for empty case object branches
Araq
2015-01-12
1
-1
/
+1
*
compiler\parser.nim
Araq
2014-12-08
1
-11
/
+12
*
implements 'defer'
Araq
2014-12-04
1
-1
/
+2
*
fixes #1161
Araq
2014-07-01
1
-1
/
+4
*
Regenerate docs
flaviut
2014-06-08
1
-1
/
+1
*
fix overlooked grammer comment
flaviut
2014-06-08
1
-0
/
+1
*
updated grammer, fixed oversight
flaviut
2014-06-04
1
-2
/
+1
*
cleaned up command expressions
Araq
2014-02-02
1
-2
/
+1
*
typeClasses now documented in grammar.txt
Araq
2014-01-23
1
-0
/
+4
*
updated grammar.txt
Araq
2014-01-20
1
-14
/
+16
*
support for multiple modules of the same name; niminst supports 'platforms'; ...
Araq
2013-09-24
1
-3
/
+4
*
fixes semicolon parsing issue
Araq
2013-06-03
1
-1
/
+1
*
'inject' for 'for' loop variables
Araq
2013-05-14
1
-2
/
+2
*
more intuitive behaviour for 'discardable' in expression bodies
Araq
2013-05-04
1
-3
/
+11
*
new parsing scheme is documented
Araq
2013-04-21
1
-203
/
+180
[next]