summary refs log tree commit diff stats
path: root/tests/parser/tpostexprblocks.nim
Commit message (Collapse)AuthorAgeFilesLines
* unify tuple expressions (#13793)Arne Döring2021-03-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unify tuple expressions * fix test * fix test * apply feedback * Handle empty tuples * Fix rendering named unary tuple * Protect static NimNode against stripping * Slightly less hacky * Revert "Slightly less hacky" This reverts commit 170c5aec0addc029f637afbc948700ca006b7942. * Slightly less hacky * Cleanup * Fix test * Fix another test * Add condsym * Rebase fallout * changelog: Move from compiler changes to language changes * Add stricter tests * Add empty tuple example to doc/astspec * Fix test Co-authored-by: Clyybber <darkmine956@gmail.com>
* add finally as post expr block [backport:1.4] (#16896)hlaaftana2021-02-011-0/+115
|
* 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