Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save def-/c3938ed802c810243bd8 to your computer and use it in GitHub Desktop.
Save def-/c3938ed802c810243bd8 to your computer and use it in GitHub Desktop.
import macros
macro mac(n: expr): expr =
parseExpr "(proc(): int = " & $n.intVal & ")"
echo mac(10)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment