Created
December 10, 2018 20:09
-
-
Save enebo/4b7e6c470bb65e37546ee75b42034692 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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