Created
November 4, 2021 01:53
-
-
Save abcarroll/9df6d789e481fdfbfad84b876f137aab 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
{ | |
"ast": [ | |
{ | |
"Program": [ | |
{ | |
"stmt": [ | |
{ | |
"assignment": [ | |
{ | |
"dimExpr": [ | |
{ | |
"dimExpr": [ | |
{ | |
"dimExpr": [ | |
{ | |
"dimExpr": [ | |
{ | |
"sigilName": "$a" | |
}, | |
{ | |
"dim": [ | |
{ | |
"expr": [ | |
{ | |
"binOp": [ | |
{ | |
"intLiteral": "1" | |
}, | |
{ | |
"op": "+" | |
}, | |
{ | |
"intLiteral": "2" | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"dim": [ | |
{ | |
"intLiteral": "2" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"dim": [ | |
{ | |
"expr": [ | |
{ | |
"binOp": [ | |
{ | |
"intLiteral": "3" | |
}, | |
{ | |
"op": "+" | |
}, | |
{ | |
"expr": [ | |
{ | |
"binOp": [ | |
{ | |
"dimExpr": [ | |
{ | |
"sigilName": "$q" | |
}, | |
{ | |
"dim": [ | |
{ | |
"dimExpr": [ | |
{ | |
"dimExpr": [ | |
{ | |
"sigilName": "$w" | |
}, | |
{ | |
"dim": [ | |
{ | |
"intLiteral": "0" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"dim": [ | |
{ | |
"intLiteral": "0" | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"op": "+" | |
}, | |
{ | |
"fnCallExpr": [ | |
{ | |
"name": "ha" | |
}, | |
{ | |
"param": "" | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"dim": [ | |
{ | |
"fnCallExpr": [ | |
{ | |
"name": "foo" | |
}, | |
{ | |
"param": "" | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment