{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "s",
            "loc": {
              "start": {
                "line": 16,
                "column": 5,
                "program": "while_statement.ts"
              },
              "end": {
                "line": 16,
                "column": 6,
                "program": "while_statement.ts"
              }
            }
          },
          "init": {
            "type": "NumberLiteral",
            "value": 5,
            "loc": {
              "start": {
                "line": 16,
                "column": 9,
                "program": "while_statement.ts"
              },
              "end": {
                "line": 16,
                "column": 10,
                "program": "while_statement.ts"
              }
            }
          },
          "loc": {
            "start": {
              "line": 16,
              "column": 5,
              "program": "while_statement.ts"
            },
            "end": {
              "line": 16,
              "column": 10,
              "program": "while_statement.ts"
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 16,
          "column": 1,
          "program": "while_statement.ts"
        },
        "end": {
          "line": 16,
          "column": 10,
          "program": "while_statement.ts"
        }
      }
    },
    {
      "type": "WhileStatement",
      "test": {
        "type": "BinaryExpression",
        "operator": ">",
        "left": {
          "type": "Identifier",
          "name": "s",
          "loc": {
            "start": {
              "line": 18,
              "column": 8,
              "program": "while_statement.ts"
            },
            "end": {
              "line": 18,
              "column": 9,
              "program": "while_statement.ts"
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 0,
          "loc": {
            "start": {
              "line": 18,
              "column": 12,
              "program": "while_statement.ts"
            },
            "end": {
              "line": 18,
              "column": 13,
              "program": "while_statement.ts"
            }
          }
        },
        "loc": {
          "start": {
            "line": 18,
            "column": 8,
            "program": "while_statement.ts"
          },
          "end": {
            "line": 18,
            "column": 13,
            "program": "while_statement.ts"
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "statements": [
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "AssignmentExpression",
              "operator": "=",
              "left": {
                "type": "Identifier",
                "name": "s",
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 4,
                    "program": "while_statement.ts"
                  },
                  "end": {
                    "line": 19,
                    "column": 5,
                    "program": "while_statement.ts"
                  }
                }
              },
              "right": {
                "type": "BinaryExpression",
                "operator": "-",
                "left": {
                  "type": "Identifier",
                  "name": "s",
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 8,
                      "program": "while_statement.ts"
                    },
                    "end": {
                      "line": 19,
                      "column": 9,
                      "program": "while_statement.ts"
                    }
                  }
                },
                "right": {
                  "type": "NumberLiteral",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 12,
                      "program": "while_statement.ts"
                    },
                    "end": {
                      "line": 19,
                      "column": 13,
                      "program": "while_statement.ts"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 8,
                    "program": "while_statement.ts"
                  },
                  "end": {
                    "line": 19,
                    "column": 13,
                    "program": "while_statement.ts"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 4,
                  "program": "while_statement.ts"
                },
                "end": {
                  "line": 19,
                  "column": 13,
                  "program": "while_statement.ts"
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 4,
                "program": "while_statement.ts"
              },
              "end": {
                "line": 19,
                "column": 13,
                "program": "while_statement.ts"
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 18,
            "column": 15,
            "program": "while_statement.ts"
          },
          "end": {
            "line": 20,
            "column": 2,
            "program": "while_statement.ts"
          }
        }
      },
      "loc": {
        "start": {
          "line": 18,
          "column": 1,
          "program": "while_statement.ts"
        },
        "end": {
          "line": 20,
          "column": 2,
          "program": "while_statement.ts"
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1,
      "program": "while_statement.ts"
    },
    "end": {
      "line": 21,
      "column": 1,
      "program": "while_statement.ts"
    }
  }
}