aoqi@0: { aoqi@0: "type": "Program", aoqi@0: "body": [ aoqi@0: { aoqi@0: "type": "WhileStatement", aoqi@0: "test": { aoqi@0: "type": "Literal", aoqi@0: "value": true aoqi@0: }, aoqi@0: "body": { aoqi@0: "type": "BlockStatement", aoqi@0: "body": [ aoqi@0: { aoqi@0: "type": "ContinueStatement", aoqi@0: "label": null aoqi@0: } aoqi@0: ] aoqi@0: } aoqi@0: } aoqi@0: ] aoqi@0: } aoqi@0: { aoqi@0: "type": "Program", aoqi@0: "body": [ aoqi@0: { aoqi@0: "type": "LabeledStatement", attila@963: "label": "begin", aoqi@0: "body": { aoqi@0: "type": "BlockStatement", aoqi@0: "body": [ aoqi@0: { aoqi@0: "type": "WhileStatement", aoqi@0: "test": { aoqi@0: "type": "Literal", aoqi@0: "value": true aoqi@0: }, aoqi@0: "body": { aoqi@0: "type": "BlockStatement", aoqi@0: "body": [ aoqi@0: { aoqi@0: "type": "ContinueStatement", attila@963: "label": "begin" aoqi@0: } aoqi@0: ] aoqi@0: } aoqi@0: } aoqi@0: ] aoqi@0: } aoqi@0: } aoqi@0: ] aoqi@0: } aoqi@0: { aoqi@0: "type": "Program", aoqi@0: "body": [ aoqi@0: { aoqi@0: "type": "LabeledStatement", attila@963: "label": "start", aoqi@0: "body": { aoqi@0: "type": "BlockStatement", aoqi@0: "body": [ aoqi@0: { aoqi@0: "type": "ForStatement", aoqi@0: "init": null, aoqi@0: "test": null, aoqi@0: "update": null, aoqi@0: "body": { aoqi@0: "type": "BlockStatement", aoqi@0: "body": [ aoqi@0: { aoqi@0: "type": "ContinueStatement", attila@963: "label": "start" aoqi@0: } aoqi@0: ] aoqi@0: } aoqi@0: } aoqi@0: ] aoqi@0: } aoqi@0: } aoqi@0: ] aoqi@0: }