Skip to content

Instantly share code, notes, and snippets.

@flaviut
Created April 12, 2014 01:15
Show Gist options
  • Save flaviut/10513308 to your computer and use it in GitHub Desktop.
Save flaviut/10513308 to your computer and use it in GitHub Desktop.
import macros
macro void(name: expr, body: stmt): stmt {.immediate.} =
echo treeRepr name
void abc(int a, string b){
echo "test"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment