{ "range": [ 0, 51 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 5, "column": 1 } }, "type": "Program", "body": [ { "range": [ 0, 51 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 5, "column": 1 } }, "type": "WhileStatement", "test": { "range": [ 7, 11 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 11 } }, "type": "Literal", "value": true, "raw": "true" }, "body": { "range": [ 13, 51 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 5, "column": 1 } }, "type": "BlockStatement", "body": [ { "range": [ 19, 49 ], "loc": { "start": { "line": 2, "column": 4 }, "end": { "line": 4, "column": 11 } }, "type": "IfStatement", "test": { "range": [ 23, 24 ], "loc": { "start": { "line": 2, "column": 8 }, "end": { "line": 2, "column": 9 } }, "type": "Identifier", "name": "x" }, "consequent": { "range": [ 26, 37 ], "loc": { "start": { "line": 2, "column": 11 }, "end": { "line": 3, "column": 5 } }, "type": "BreakStatement", "label": null }, "alternate": { "range": [ 47, 49 ], "loc": { "start": { "line": 4, "column": 9 }, "end": { "line": 4, "column": 11 } }, "type": "ExpressionStatement", "expression": { "range": [ 47, 48 ], "loc": { "start": { "line": 4, "column": 9 }, "end": { "line": 4, "column": 10 } }, "type": "Identifier", "name": "y" } } } ] } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "while", "range": [ 0, 5 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": "Punctuator", "value": "(", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Boolean", "value": "true", "range": [ 7, 11 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 11 } } }, { "type": "Punctuator", "value": ")", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": "{", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "type": "Keyword", "value": "if", "range": [ 19, 21 ], "loc": { "start": { "line": 2, "column": 4 }, "end": { "line": 2, "column": 6 } } }, { "type": "Punctuator", "value": "(", "range": [ 22, 23 ], "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 8 } } }, { "type": "Identifier", "value": "x", "range": [ 23, 24 ], "loc": { "start": { "line": 2, "column": 8 }, "end": { "line": 2, "column": 9 } } }, { "type": "Punctuator", "value": ")", "range": [ 24, 25 ], "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 2, "column": 10 } } }, { "type": "Keyword", "value": "break", "range": [ 26, 31 ], "loc": { "start": { "line": 2, "column": 11 }, "end": { "line": 2, "column": 16 } } }, { "type": "Punctuator", "value": ";", "range": [ 36, 37 ], "loc": { "start": { "line": 3, "column": 4 }, "end": { "line": 3, "column": 5 } } }, { "type": "Keyword", "value": "else", "range": [ 42, 46 ], "loc": { "start": { "line": 4, "column": 4 }, "end": { "line": 4, "column": 8 } } }, { "type": "Identifier", "value": "y", "range": [ 47, 48 ], "loc": { "start": { "line": 4, "column": 9 }, "end": { "line": 4, "column": 10 } } }, { "type": "Punctuator", "value": ";", "range": [ 48, 49 ], "loc": { "start": { "line": 4, "column": 10 }, "end": { "line": 4, "column": 11 } } }, { "type": "Punctuator", "value": "}", "range": [ 50, 51 ], "loc": { "start": { "line": 5, "column": 0 }, "end": { "line": 5, "column": 1 } } } ] }