25 lines
833 B
JSON
25 lines
833 B
JSON
{
|
|
"type": "BinaryExpression",
|
|
"start":0,"end":11,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}},
|
|
"left": {
|
|
"type": "BinaryExpression",
|
|
"start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
|
|
"left": {
|
|
"type": "Identifier",
|
|
"start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
|
|
"name": "x"
|
|
},
|
|
"operator": "<<",
|
|
"right": {
|
|
"type": "Identifier",
|
|
"start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
|
|
"name": "y"
|
|
}
|
|
},
|
|
"operator": "<<",
|
|
"right": {
|
|
"type": "Identifier",
|
|
"start":10,"end":11,"loc":{"start":{"line":1,"column":10},"end":{"line":1,"column":11},"identifierName":"z"},
|
|
"name": "z"
|
|
}
|
|
} |