Skip to content

Instantly share code, notes, and snippets.

@enebo
Created December 10, 2018 20:09
Show Gist options
  • Save enebo/4b7e6c470bb65e37546ee75b42034692 to your computer and use it in GitHub Desktop.
Save enebo/4b7e6c470bb65e37546ee75b42034692 to your computer and use it in GitHub Desktop.
jruby -S ast -e 'i += 1; i = i + 1'
AST:
RootNode 0
BlockNode 0
LocalAsgnNode:i 0
CallNode:+ 0
LocalVarNode:i 0
ArrayNode 0
FixnumNode 0
, null
LocalAsgnNode:i 0
CallNode:+ 0
LocalVarNode:i 0
ArrayNode 0
FixnumNode 0
, null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment