22 lines
584 B
JSON
22 lines
584 B
JSON
|
|
{
|
||
|
|
"type": "Program",
|
||
|
|
"statements": [
|
||
|
|
{
|
||
|
|
"ExpressionStatement": {
|
||
|
|
"type": "ExpressionStatement",
|
||
|
|
"expr": {
|
||
|
|
"type": "InfixExpression",
|
||
|
|
"left_node": {
|
||
|
|
"type": "IntegerLiteral",
|
||
|
|
"value": 5
|
||
|
|
},
|
||
|
|
"operator": "+",
|
||
|
|
"right_node": {
|
||
|
|
"type": "IntegerLiteral",
|
||
|
|
"value": 5
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|