mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
34 lines
910 B
JSON
34 lines
910 B
JSON
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "BinaryExpression",
|
|
"operator": "+",
|
|
"left": {
|
|
"type": "CallExpression",
|
|
"callee": {
|
|
"type": "Identifier",
|
|
"name": "f"
|
|
},
|
|
"arguments": [
|
|
{
|
|
"type": "Literal",
|
|
"value": 1
|
|
},
|
|
{
|
|
"type": "Identifier",
|
|
"name": "x"
|
|
}
|
|
]
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|