summary refs log tree commit diff stats
path: root/tests/vm/tnimnode.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix seq add for nim node in VM (#5253)Arne Döring2017-01-191-2/+7
| | | fixes #4821
* make quote ast a ref type (#5246)Arne Döring2017-01-191-0/+69
* make quote ast a ref type * recursive set flag isRef for quoted ast