summary refs log tree commit diff stats
path: root/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* make `from` an operator (#14241)hlaaftana2020-05-081-0/+12
* Remove immediate pragma (#11308)Arne Döring2019-05-291-5/+5
* revert parser stmtListExpr (#11007)cooldome2019-04-171-20/+0
* fixes #10896 (#10903)Andreas Rumpf2019-03-251-0/+5
* fixes #10861 (#10877)cooldome2019-03-211-1/+15
* Support for stmtListExpr in parser after major keywords. Scaled down version....cooldome2019-03-181-0/+20
* gc: destructors is beginning to work (#10483)Andreas Rumpf2019-01-291-0/+9
* require errormsg to be specified before file.Arne Döring2018-12-117-15/+6
* fixes #9633Andreas Rumpf2018-11-081-1/+17
* parser change: 'not' is always a unary operator; fixes #9574Andreas Rumpf2018-11-071-0/+5
* removed the undocumented #? strongSpaces parsing modeAraq2018-11-061-83/+0
* Fix #8126 (#8712)zah2018-08-211-0/+4
* Implement the `is` operator for the new static and typedesc type classesZahary Karadjov2018-06-161-7/+32
* A minimal patch enabling the new typedesc and static types syntaxZahary Karadjov2018-06-161-53/+99
* Starting test recording the current state of the parserZahary Karadjov2018-06-161-0/+481
* make tests green againAraq2018-05-144-7/+7
* update the changelogAndreas Rumpf2018-05-061-432/+0
* fixes #7582Andreas Rumpf2018-05-052-2/+13
* Get symbol kind (#7491)Arne Döring2018-04-111-89/+89
* Fix parser bug with type classes (#7480)Oscar Nihlgård2018-04-061-0/+17
* added the 'x.p[:T]' notation for explicit generic instantiations in combinati...Araq2018-04-061-1/+7
* Fixes #7473 (#7475)Arne Döring2018-04-041-5/+4
* make tests green againAndreas Rumpf2017-11-191-89/+89
* Block expressions (#6695)Fabian Keller2017-11-061-1/+10
* fixes #6609; 'if' expressions support multiple statements; minor breaking changeAraq2017-11-051-0/+18
* Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-191-182/+212
* Remove expr/stmt (#5857)Arne Döring2017-07-252-11/+10
* Merge branch 'zahary' into araq2Andreas Rumpf2017-05-161-0/+513
|\
| * fix a parsing regression (do is still mandatory in some situations)Zahary Karadjov2017-04-141-0/+16
| * fix a parsing regression (calls with do inside param lists)Zahary Karadjov2017-04-101-0/+19
| * fully consisent parsing between the new and the old 'do blocks'Zahary Karadjov2017-04-101-0/+478
* | fixes a parser bugAraq2017-04-251-0/+6
|/
* assignments support ': stmtList' like let/var doAndreas Rumpf2017-04-041-1/+2
* language addition: colon-block for expressions in let/var contextAndreas Rumpf2017-04-021-0/+33
* implements #?braces syntaxAraq2016-10-161-0/+432
* fixes critical 'do' parsing bugAndreas Rumpf2016-05-281-0/+79
* fixes multi-line commentsAndreas Rumpf2016-01-171-0/+30
* fixes multiline commentsAndreas Rumpf2016-01-171-0/+16
* fixes strutils.unescape; refs #3634Andreas Rumpf2016-01-171-0/+18
* fixes #1799 properlyAraq2015-10-251-0/+71
* sequtils related changesPeter Mora2015-10-051-0/+1
* minor testsuite cleanupAraq2015-09-101-1/+1
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-043-13/+13
* cleanups for underscores in tuple unpackingAraq2015-04-241-2/+8
* Merge pull request #2566 from nanoant/parser-diagnostic-locationAndreas Rumpf2015-04-243-0/+39
|\
| * Parser: Test for exact missing ':' location columnAdam Strzelecki2015-04-213-0/+39
* | Add sfGenSym for (_).Dominik Picheta2015-04-231-12/+20
* | Merge branch 'devel' into underscore-tuple-unpackDominik Picheta2015-04-231-1/+32
|\|
| * Changing the rule for arrow like operators again.ReneSac2015-04-101-5/+5
| * Restore newline at the end of the file.ReneSac2015-04-091-1/+1