summary refs log tree commit diff stats
path: root/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* require `not nil` to be on the same line after a type (#24134)metagn2024-09-182-0/+13
* second test case haul for templates and generics (#22728)metagn2023-09-191-1/+12
* type annotations for variable tuple unpacking, better error messages (#22611)metagn2023-09-011-0/+17
* some test cleanups & category reorganization (#22010)metagn2023-06-061-0/+30
* post expr blocks colon fix + correct grammar (#21983)metagn2023-06-061-0/+8
* fix #19430 (#21603)metagn2023-04-061-0/+3
* tuple unpacking for vars as just sugar, allowing nesting (#21563)metagn2023-03-281-0/+48
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-221-20/+9
* allow omitting stmts using `finally` as post expr blocks; make it consistent ...ringabout2023-02-141-0/+11
* fixes #21144; try expression will not match the less indentation except (#21152)ringabout2022-12-211-0/+27
* fix issue #20922 by handling missing expr in `exprList` for `tkOf` (#20930)Vindaar2022-12-081-0/+46
* Named arguments in commands + many grammar fixes (#20994)metagn2022-12-066-0/+80
* allow proc expressions in place of statements (#20935)metagn2022-11-291-0/+3
* defaults to ORC (#19972)ringabout2022-09-231-0/+4
* use arrow precedence in spec (#20166)metagn2022-09-061-0/+7
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-231-1/+1
* fixes #19662; Indent level errored for first line (#19718)flywind2022-04-251-0/+6
* Allow full commands and blocks in type sections (#19181)hlaaftana2022-01-025-0/+368
* treat do with pragmas but no parens as proc (#19191)hlaaftana2021-12-051-2/+17
* fix #12274 (#19180)hlaaftana2021-11-241-0/+9
* fixes #18847 [backport] (#18870)Andreas Rumpf2021-09-201-0/+4
* Fix #16426 (#18377)Clyybber2021-06-281-0/+15
* Small parser loop fix (#17904)Clyybber2021-04-301-1/+4
* refs #15667 improve invalid indentation errors, report when & where `=` could...Timothee Cour2021-04-101-0/+58
* unify tuple expressions (#13793)Arne Döring2021-03-302-11/+10
* add finally as post expr block [backport:1.4] (#16896)hlaaftana2021-02-011-0/+115
* use doAssert in tests (#16486)flywind2020-12-281-25/+25
* Add testcase for invalid if statement (#15313)Clyybber2020-09-121-0/+12
* Fix #15305 (#15311)Clyybber2020-09-121-0/+12
* Better semiStmtList parsing (#15123)Clyybber2020-09-091-0/+165
* 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