Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | macros.treeRepr + friends: collapse SymChoice (#18072) | Timothee Cour | 2021-06-05 | 1 | -28/+108 |
| | | | | | | | * macros.treeRepr + friends: collapse SymChoice * make repr+friends work with invalid symchoice nodes * address comment | ||||
* | unify tuple expressions (#13793) | Arne Döring | 2021-03-30 | 1 | -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 Cour | 2020-02-11 | 1 | -0/+17 |
| | |||||
* | overloading resolution for getAst; breaking change | Araq | 2017-03-18 | 1 | -4/+4 |
| | |||||
* | Rename PNimrodNode to NimNode | def | 2015-03-17 | 1 | -4/+4 |
| | |||||
* | macro tests almost green | Araq | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+33 |