summary refs log tree commit diff stats
path: root/tests/compile/tgensym.nim
Commit message (Collapse)AuthorAgeFilesLines
* genSym support for hygienic macros and templates.Zahary Karadjov2012-03-261-0/+12
example: template hygienic(val: expr) = var `*x` = val echo `*x` *x was chosen as mnemonic for "opposite of public" and thus private