Skip to content

Instantly share code, notes, and snippets.

@dom96
Created April 12, 2014 01:03
Show Gist options
  • Save dom96/fe7c8abbe5a0d6a537fe to your computer and use it in GitHub Desktop.
Save dom96/fe7c8abbe5a0d6a537fe to your computer and use it in GitHub Desktop.
import macros
macro def(x, y: stmt): stmt {.immediate.} =
expectKind(x, nnkInfix)
#newProc(x
echo treeRepr(x)
def name(a, b:cint) => nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment