2017-01-27 20:13:02 +01:00

94 lines
1.5 KiB
JSON

{
"type": "BinaryExpression",
"start": 0,
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 12
}
},
"left": {
"type": "BinaryExpression",
"start": 0,
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": {
"type": "NumericLiteral",
"start": 0,
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
}
},
"extra": {
"rawValue": 4,
"raw": "4"
},
"value": 4
},
"operator": "+",
"right": {
"type": "NumericLiteral",
"start": 4,
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
}
},
"extra": {
"rawValue": 5,
"raw": "5"
},
"value": 5
}
},
"operator": "<<",
"right": {
"type": "NumericLiteral",
"start": 10,
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 11
}
},
"extra": {
"rawValue": 6,
"raw": "6",
"parenthesized": true,
"parenStart": 9
},
"value": 6
}
}