50 lines
1.0 KiB
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
] |