2015-07-25 05:19:32 +01:00

28 lines
529 B
JSON

{
"type": "Program",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "BinaryExpression",
"left": {
"type": "Literal",
"value": 2
},
"operator": "**",
"right": {
"type": "BinaryExpression",
"left": {
"type": "Literal",
"value": 3
},
"operator": "**",
"right": {
"type": "Literal",
"value": 2
}
}
}
}
]
}