Skip to content

Instantly share code, notes, and snippets.

@PhilipWitte
Last active August 29, 2015 14:19
Show Gist options
  • Save PhilipWitte/d1a382c8f21d10064fa2 to your computer and use it in GitHub Desktop.
Save PhilipWitte/d1a382c8f21d10064fa2 to your computer and use it in GitHub Desktop.
macro doThis(s:static[string]): stmt =
let n = parseStmt(s)
quote do:
template actuallyDoIt: stmt =
`n`
doThis("echo 1")
static:
actuallyDoIt()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment