Skip to content

Instantly share code, notes, and snippets.

@flaviut
Created May 24, 2014 22:02
Show Gist options
  • Save flaviut/8e3f22c8960707482804 to your computer and use it in GitHub Desktop.
Save flaviut/8e3f22c8960707482804 to your computer and use it in GitHub Desktop.
import macros
# StmtList
# Call
# Ident !"asda"
# Call
# Ident !"gfa"
# BlockStmt
# Ident !"a"
# StmtList
# Call
# Ident !"ads"
# Call
# Ident !"fad"
#
# thatTree.children -> { Call, Call, BlockStmt}
dumpTree:
asda()
gfa()
block a:
ads()
fad()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment