summary refs log tree commit diff stats
path: root/doc/grammar.txt
Commit message (Expand)AuthorAgeFilesLines
* Block expressions (#6695)Fabian Keller2017-11-061-1/+3
* parser enhancement: allow keywords after dotsAndreas Rumpf2017-07-111-6/+6
* assignments support ': stmtList' like let/var doAndreas Rumpf2017-04-041-1/+1
* update grammar.txtAndreas Rumpf2017-04-021-1/+2
* grammar updateAndreas Rumpf2017-03-311-4/+2
* first version of .partial objectsAndreas Rumpf2016-02-281-1/+3
* 'out T' is an alias for 'var T'Araq2015-11-261-6/+9
* fixes #2533Araq2015-04-241-1/+1
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-231-6/+6
* fixes #1805Araq2015-03-211-14/+10
* 'discard' can be used instead of 'nil' for empty case object branchesAraq2015-01-121-1/+1
* compiler\parser.nimAraq2014-12-081-11/+12
* implements 'defer'Araq2014-12-041-1/+2
* fixes #1161Araq2014-07-011-1/+4
* Regenerate docsflaviut2014-06-081-1/+1
* fix overlooked grammer commentflaviut2014-06-081-0/+1
* updated grammer, fixed oversightflaviut2014-06-041-2/+1
* cleaned up command expressionsAraq2014-02-021-2/+1
* typeClasses now documented in grammar.txtAraq2014-01-231-0/+4
* updated grammar.txtAraq2014-01-201-14/+16
* support for multiple modules of the same name; niminst supports 'platforms'; ...Araq2013-09-241-3/+4
* fixes semicolon parsing issueAraq2013-06-031-1/+1
* 'inject' for 'for' loop variablesAraq2013-05-141-2/+2
* more intuitive behaviour for 'discardable' in expression bodiesAraq2013-05-041-3/+11
* new parsing scheme is documentedAraq2013-04-211-203/+180
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* first steps for 'not nil' annotationAraq2012-11-251-2/+3
* 'iterator' as type descriptionAraq2012-11-221-2/+4
* improvements for 'bind', fixes #166Araq2012-07-181-1/+1
* ';' now valid for parameter listsAraq2012-07-111-3/+5
* ' is optional in type suffixes for numerical literalsAraq2012-07-021-0/+1
* implemented 'static'; macros do not work anymoreAraq2012-03-151-4/+2
* first steps for cleaner static/const distinctionAraq2012-03-131-2/+4
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-2/+3
* operator precedence changed: assignment like operators are supported; escapin...Araq2011-11-091-2/+3
* 'bind' as a declarative statementAraq2011-10-101-2/+3
* new syntactic construct: a{i}Araq2011-10-081-1/+2
* fixed some newly introduced bugsAraq2011-09-211-1/+4
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...Araq2011-07-311-1/+1
* old pointer deref operator completely removedAraq2011-07-231-1/+0
* slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...Araq2011-04-231-3/+2
* slices are first class citizensAraq2011-04-221-14/+15
* grammar changes for table constructor: first partAraq2011-04-211-9/+10
* ugh, maybe broke gitAraq2011-04-011-1/+5
* changed handling of generalized string literalsAraq2011-02-071-2/+5
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* better subscript overloadingrumpf_a@web.de2010-01-031-1/+2
* exprs for dynlib; indentation parsingAndreas Rumpf2009-12-161-12/+12
* version 0.8.5: bugfixes; compiler now maintained in NimrodAndreas Rumpf2009-12-071-1/+1