-
-
Save guizmaii/0505b0778c0304fa2734414a8e1862e7 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