summary refs log tree commit diff stats
path: root/tests/parser/tpostexprblocks.nim
Commit message (Collapse)AuthorAgeFilesLines
* Get symbol kind (#7491)Arne Döring2018-04-111-89/+89
|
* Fixes #7473 (#7475)Arne Döring2018-04-041-5/+4
| | | | | * removed code duplication * changelog entry, adopt tests for changes
* make tests green againAndreas Rumpf2017-11-191-89/+89
|
* Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-191-182/+212
| | | | close #5845
* 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
| | | | | This treatment is applied only when "do" is used, because the code foo(x: bar) is recognized as object construction.
* fully consisent parsing between the new and the old 'do blocks'Zahary Karadjov2017-04-101-0/+478