57cc8237f ^
000b8afd2 ^
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
16
17 18 19
discard """ msg: ''' Infix Ident !"=>" Call Ident !"name" Ident !"a" ExprColonExpr Ident !"b" Ident !"cint" NilLit nil ''' """ import macros macro def(x): untyped = echo treeRepr(x) def name(a, b:cint) => nil