{ "type": "Program", "statements": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 2 } } }, "right": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "b", "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 6 } } }, "right": { "type": "NullLiteral", "value": null, "loc": { "start": { "line": 17, "column": 9 }, "end": { "line": 17, "column": 13 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 13 } } }, "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 13 } } }, "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 14 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "*=", "left": { "type": "Identifier", "name": "b", "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 2 } } }, "right": { "type": "NumberLiteral", "value": 2.23, "loc": { "start": { "line": 18, "column": 6 }, "end": { "line": 18, "column": 10 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 10 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 11 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "/=", "left": { "type": "Identifier", "name": "c", "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 2 } } }, "right": { "type": "NumberLiteral", "value": 33, "loc": { "start": { "line": 19, "column": 6 }, "end": { "line": 19, "column": 10 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 10 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 11 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "%=", "left": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 20, "column": 1 }, "end": { "line": 20, "column": 2 } } }, "right": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 20, "column": 6 }, "end": { "line": 20, "column": 7 } } }, "loc": { "start": { "line": 20, "column": 1 }, "end": { "line": 20, "column": 7 } } }, "loc": { "start": { "line": 20, "column": 1 }, "end": { "line": 20, "column": 8 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "b", "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 2 } } }, "right": { "type": "BooleanLiteral", "value": false, "loc": { "start": { "line": 21, "column": 5 }, "end": { "line": 21, "column": 10 } } }, "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 10 } } }, "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 11 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "+=", "left": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 2 } } }, "right": { "type": "StringLiteral", "value": "dsfdsfdsf", "loc": { "start": { "line": 22, "column": 7 }, "end": { "line": 22, "column": 18 } } }, "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 18 } } }, "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 18 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "-=", "left": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 2 } } }, "right": { "type": "StringLiteral", "value": "dfsd", "loc": { "start": { "line": 23, "column": 5 }, "end": { "line": 23, "column": 11 } } }, "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 11 } } }, "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 11 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "<<=", "left": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 24, "column": 1 }, "end": { "line": 24, "column": 2 } } }, "right": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 24, "column": 7 }, "end": { "line": 24, "column": 8 } } }, "loc": { "start": { "line": 24, "column": 1 }, "end": { "line": 24, "column": 8 } } }, "loc": { "start": { "line": 24, "column": 1 }, "end": { "line": 24, "column": 8 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": ">>=", "left": { "type": "Identifier", "name": "b", "loc": { "start": { "line": 25, "column": 1 }, "end": { "line": 25, "column": 2 } } }, "right": { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 25, "column": 7 }, "end": { "line": 25, "column": 8 } } }, "loc": { "start": { "line": 25, "column": 1 }, "end": { "line": 25, "column": 8 } } }, "loc": { "start": { "line": 25, "column": 1 }, "end": { "line": 25, "column": 8 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "<<=", "left": { "type": "Identifier", "name": "c", "loc": { "start": { "line": 26, "column": 1 }, "end": { "line": 26, "column": 2 } } }, "right": { "type": "NumberLiteral", "value": 4, "loc": { "start": { "line": 26, "column": 7 }, "end": { "line": 26, "column": 8 } } }, "loc": { "start": { "line": 26, "column": 1 }, "end": { "line": 26, "column": 8 } } }, "loc": { "start": { "line": 26, "column": 1 }, "end": { "line": 26, "column": 8 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "&=", "left": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 27, "column": 1 }, "end": { "line": 27, "column": 2 } } }, "right": { "type": "NumberLiteral", "value": 0, "loc": { "start": { "line": 27, "column": 6 }, "end": { "line": 27, "column": 7 } } }, "loc": { "start": { "line": 27, "column": 1 }, "end": { "line": 27, "column": 7 } } }, "loc": { "start": { "line": 27, "column": 1 }, "end": { "line": 27, "column": 8 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "^=", "left": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 28, "column": 1 }, "end": { "line": 28, "column": 2 } } }, "right": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 28, "column": 6 }, "end": { "line": 28, "column": 7 } } }, "loc": { "start": { "line": 28, "column": 1 }, "end": { "line": 28, "column": 7 } } }, "loc": { "start": { "line": 28, "column": 1 }, "end": { "line": 28, "column": 7 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "|=", "left": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 29, "column": 1 }, "end": { "line": 29, "column": 2 } } }, "right": { "type": "NumberLiteral", "value": 21, "loc": { "start": { "line": 29, "column": 6 }, "end": { "line": 29, "column": 8 } } }, "loc": { "start": { "line": 29, "column": 1 }, "end": { "line": 29, "column": 8 } } }, "loc": { "start": { "line": 29, "column": 1 }, "end": { "line": 29, "column": 8 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "**=", "left": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 30, "column": 1 }, "end": { "line": 30, "column": 2 } } }, "right": { "type": "NumberLiteral", "value": 12, "loc": { "start": { "line": 30, "column": 7 }, "end": { "line": 30, "column": 9 } } }, "loc": { "start": { "line": 30, "column": 1 }, "end": { "line": 30, "column": 9 } } }, "loc": { "start": { "line": 30, "column": 1 }, "end": { "line": 30, "column": 9 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 30, "column": 9 } } }