summary refs log tree commit diff stats
path: root/tests/macros/tdumpastgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-231-1/+1
|
* Add CommentStmt to astGenRepr (#7313)PMunch2018-03-161-4/+24
| | | | | | * Added codeRepr and dumpCode to the macros module. This allows those writing macros to write examples, get the code to generate the AST for that example, and then modify that code to be dynamic with the macro function.
* Added codeRepr and dumpCode to the macros module. (#5778)PMunch2017-07-261-0/+25