{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "WhileStatement",
      "test": {
        "type": "IdentifierExpression",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 7,
            "offset": 7
          },
          "end": {
            "line": 1,
            "column": 8,
            "offset": 8
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "IfStatement",
              "test": {
                "type": "IdentifierExpression",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 8,
                    "offset": 20
                  },
                  "end": {
                    "line": 2,
                    "column": 9,
                    "offset": 21
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "block": {
                  "type": "Block",
                  "statements": [
                    {
                      "type": "SwitchStatement",
                      "discriminant": {
                        "type": "LiteralBooleanExpression",
                        "value": true,
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 16,
                            "offset": 41
                          },
                          "end": {
                            "line": 3,
                            "column": 20,
                            "offset": 45
                          }
                        }
                      },
                      "cases": [
                        {
                          "type": "SwitchCase",
                          "test": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "IdentifierExpression",
                              "name": "c",
                              "loc": {
                                "start": {
                                  "line": 4,
                                  "column": 15,
                                  "offset": 64
                                },
                                "end": {
                                  "line": 4,
                                  "column": 16,
                                  "offset": 65
                                }
                              }
                            },
                            "arguments": [],
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 15,
                                "offset": 64
                              },
                              "end": {
                                "line": 4,
                                "column": 18,
                                "offset": 67
                              }
                            }
                          },
                          "consequent": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "IdentifierExpression",
                                  "name": "d",
                                  "loc": {
                                    "start": {
                                      "line": 5,
                                      "column": 12,
                                      "offset": 81
                                    },
                                    "end": {
                                      "line": 5,
                                      "column": 13,
                                      "offset": 82
                                    }
                                  }
                                },
                                "arguments": [],
                                "loc": {
                                  "start": {
                                    "line": 5,
                                    "column": 12,
                                    "offset": 81
                                  },
                                  "end": {
                                    "line": 5,
                                    "column": 15,
                                    "offset": 84
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 12,
                                  "offset": 81
                                },
                                "end": {
                                  "line": 5,
                                  "column": 16,
                                  "offset": 85
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 10,
                              "offset": 59
                            },
                            "end": {
                              "line": 5,
                              "column": 16,
                              "offset": 85
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 8,
                          "offset": 33
                        },
                        "end": {
                          "line": 6,
                          "column": 9,
                          "offset": 95
                        }
                      }
                    },
                    {
                      "type": "ContinueStatement",
                      "label": null,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8,
                          "offset": 104
                        },
                        "end": {
                          "line": 7,
                          "column": 17,
                          "offset": 113
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 11,
                      "offset": 23
                    },
                    "end": {
                      "line": 8,
                      "column": 5,
                      "offset": 119
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 11,
                    "offset": 23
                  },
                  "end": {
                    "line": 8,
                    "column": 5,
                    "offset": 119
                  }
                }
              },
              "alternate": null,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 16
                },
                "end": {
                  "line": 8,
                  "column": 5,
                  "offset": 119
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "e",
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 4,
                      "offset": 124
                    },
                    "end": {
                      "line": 9,
                      "column": 5,
                      "offset": 125
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 4,
                    "offset": 124
                  },
                  "end": {
                    "line": 9,
                    "column": 7,
                    "offset": 127
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 9,
                  "column": 4,
                  "offset": 124
                },
                "end": {
                  "line": 9,
                  "column": 8,
                  "offset": 128
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 10,
              "offset": 10
            },
            "end": {
              "line": 10,
              "column": 1,
              "offset": 130
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 10,
            "column": 1,
            "offset": 130
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 10,
          "column": 1,
          "offset": 130
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 10,
      "column": 1,
      "offset": 130
    }
  }
}
