summary refs log tree commit diff stats
path: root/tests/macros/tdumpast.nim
Commit message (Collapse)AuthorAgeFilesLines
* macros.treeRepr + friends: collapse SymChoice (#18072)Timothee Cour2021-06-051-28/+108
| | | | | | | * macros.treeRepr + friends: collapse SymChoice * make repr+friends work with invalid symchoice nodes * address comment
* unify tuple expressions (#13793)Arne Döring2021-03-301-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* fix several bugs with `repr` (#13386)Timothee Cour2020-02-111-0/+17
|
* overloading resolution for getAst; breaking changeAraq2017-03-181-4/+4
|
* Rename PNimrodNode to NimNodedef2015-03-171-4/+4
|
* macro tests almost greenAraq2014-02-031-1/+1
|
* new tester; all tests categorizedAraq2014-01-131-0/+33