pivot/ast.json
2019-03-14 19:05:56 -06:00

50 lines
1.0 KiB
JSON

[
{
"type": "Variable",
"value": "asdf",
"layer": 0
},
{
"type": "Operator",
"value": "=",
"layer": 0
},
{
"type": "Group",
"value": "(",
"tokens": [
{
"type": "Variable",
"value": "a",
"layer": 1
}
]
},
{
"type": "Group",
"value": "{",
"tokens": [
{
"type": "Function Call",
"value": "return",
"layer": 1
},
{
"type": "Group",
"value": "(",
"tokens": [
{
"type": "Variable",
"value": "a",
"layer": 2
},
{
"type": "Operator",
"value": "++",
"layer": 2
}
]
}
]
}
]