{
  "type": "File",
  "start": 0,
  "end": 688,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 28,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 688,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 28,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 61,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 61
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 9,
            "end": 14,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 14
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 9,
              "end": 14,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9
                },
                "end": {
                  "line": 1,
                  "column": 14
                },
                "identifierName": "Value"
              },
              "name": "Value"
            },
            "local": {
              "type": "Identifier",
              "start": 9,
              "end": 14,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9
                },
                "end": {
                  "line": 1,
                  "column": 14
                },
                "identifierName": "Value"
              },
              "name": "Value"
            }
          },
          {
            "type": "ImportSpecifier",
            "start": 16,
            "end": 20,
            "loc": {
              "start": {
                "line": 1,
                "column": 16
              },
              "end": {
                "line": 1,
                "column": 20
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 16,
              "end": 20,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 16
                },
                "end": {
                  "line": 1,
                  "column": 20
                },
                "identifierName": "Word"
              },
              "name": "Word"
            },
            "local": {
              "type": "Identifier",
              "start": 16,
              "end": 20,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 16
                },
                "end": {
                  "line": 1,
                  "column": 20
                },
                "identifierName": "Word"
              },
              "name": "Word"
            }
          },
          {
            "type": "ImportSpecifier",
            "start": 22,
            "end": 27,
            "loc": {
              "start": {
                "line": 1,
                "column": 22
              },
              "end": {
                "line": 1,
                "column": 27
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 22,
              "end": 27,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 22
                },
                "end": {
                  "line": 1,
                  "column": 27
                },
                "identifierName": "Apply"
              },
              "name": "Apply"
            },
            "local": {
              "type": "Identifier",
              "start": 22,
              "end": 27,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 22
                },
                "end": {
                  "line": 1,
                  "column": 27
                },
                "identifierName": "Apply"
              },
              "name": "Apply"
            }
          },
          {
            "type": "ImportSpecifier",
            "start": 29,
            "end": 34,
            "loc": {
              "start": {
                "line": 1,
                "column": 29
              },
              "end": {
                "line": 1,
                "column": 34
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 29,
              "end": 34,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 29
                },
                "end": {
                  "line": 1,
                  "column": 34
                },
                "identifierName": "Regex"
              },
              "name": "Regex"
            },
            "local": {
              "type": "Identifier",
              "start": 29,
              "end": 34,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 29
                },
                "end": {
                  "line": 1,
                  "column": 34
                },
                "identifierName": "Regex"
              },
              "name": "Regex"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 42,
          "end": 60,
          "loc": {
            "start": {
              "line": 1,
              "column": 42
            },
            "end": {
              "line": 1,
              "column": 60
            }
          },
          "extra": {
            "rawValue": "../interp/ast.js",
            "raw": "\"../interp/ast.js\""
          },
          "value": "../interp/ast.js"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 62,
        "end": 94,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 32
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 69,
            "end": 74,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 12
              }
            },
            "local": {
              "type": "Identifier",
              "start": 69,
              "end": 74,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 12
                },
                "identifierName": "utils"
              },
              "name": "utils"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 80,
          "end": 93,
          "loc": {
            "start": {
              "line": 2,
              "column": 18
            },
            "end": {
              "line": 2,
              "column": 31
            }
          },
          "extra": {
            "rawValue": "../utils.js",
            "raw": "\"../utils.js\""
          },
          "value": "../utils.js"
        }
      },
      {
        "type": "Identifier",
        "start": 96,
        "end": 665,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 25,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 102,
            "end": 664,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 25,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 102,
              "end": 110,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 14
                },
                "identifierName": "json2AST"
              },
              "name": "json2AST"
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 113,
              "end": 664,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 17
                },
                "end": {
                  "line": 25,
                  "column": 1
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 113,
                  "end": 117,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 17
                    },
                    "end": {
                      "line": 4,
                      "column": 21
                    },
                    "identifierName": "tree"
                  },
                  "name": "tree"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 121,
                "end": 664,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 25
                  },
                  "end": {
                    "line": 25,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 125,
                    "end": 140,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 2
                      },
                      "end": {
                        "line": 5,
                        "column": 17
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 129,
                        "end": 139,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 6
                          },
                          "end": {
                            "line": 5,
                            "column": 16
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 129,
                          "end": 132,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 6
                            },
                            "end": {
                              "line": 5,
                              "column": 9
                            },
                            "identifierName": "obj"
                          },
                          "name": "obj"
                        },
                        "init": {
                          "type": "NullLiteral",
                          "start": 135,
                          "end": 139,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 12
                            },
                            "end": {
                              "line": 5,
                              "column": 16
                            }
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 144,
                    "end": 647,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 2
                      },
                      "end": {
                        "line": 22,
                        "column": 3
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 148,
                      "end": 168,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 6
                        },
                        "end": {
                          "line": 7,
                          "column": 26
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 148,
                        "end": 157,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 6
                          },
                          "end": {
                            "line": 7,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 148,
                          "end": 152,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 6
                            },
                            "end": {
                              "line": 7,
                              "column": 10
                            },
                            "identifierName": "tree"
                          },
                          "name": "tree"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 153,
                          "end": 157,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 11
                            },
                            "end": {
                              "line": 7,
                              "column": 15
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "computed": false
                      },
                      "operator": "==",
                      "right": {
                        "type": "StringLiteral",
                        "start": 161,
                        "end": 168,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 19
                          },
                          "end": {
                            "line": 7,
                            "column": 26
                          }
                        },
                        "extra": {
                          "rawValue": "apply",
                          "raw": "\"apply\""
                        },
                        "value": "apply"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 170,
                      "end": 298,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 28
                        },
                        "end": {
                          "line": 11,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 176,
                          "end": 198,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 4
                            },
                            "end": {
                              "line": 8,
                              "column": 26
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 176,
                            "end": 197,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 4
                              },
                              "end": {
                                "line": 8,
                                "column": 25
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 176,
                              "end": 179,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 4
                                },
                                "end": {
                                  "line": 8,
                                  "column": 7
                                },
                                "identifierName": "obj"
                              },
                              "name": "obj"
                            },
                            "right": {
                              "type": "NewExpression",
                              "start": 182,
                              "end": 197,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 10
                                },
                                "end": {
                                  "line": 8,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 186,
                                "end": 191,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 19
                                  },
                                  "identifierName": "Apply"
                                },
                                "name": "Apply"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 192,
                                  "end": 196,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 24
                                    },
                                    "identifierName": "tree"
                                  },
                                  "name": "tree"
                                }
                              ]
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 203,
                          "end": 242,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 4
                            },
                            "end": {
                              "line": 9,
                              "column": 43
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 203,
                            "end": 241,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 4
                              },
                              "end": {
                                "line": 9,
                                "column": 42
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 203,
                              "end": 215,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 4
                                },
                                "end": {
                                  "line": 9,
                                  "column": 16
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 203,
                                "end": 206,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 7
                                  },
                                  "identifierName": "obj"
                                },
                                "name": "obj"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 207,
                                "end": 215,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 16
                                  },
                                  "identifierName": "operator"
                                },
                                "name": "operator"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 218,
                              "end": 241,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 19
                                },
                                "end": {
                                  "line": 9,
                                  "column": 42
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 218,
                                "end": 226,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 27
                                  },
                                  "identifierName": "json2AST"
                                },
                                "name": "json2AST"
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 227,
                                  "end": 240,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 227,
                                    "end": 231,
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 32
                                      },
                                      "identifierName": "tree"
                                    },
                                    "name": "tree"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 232,
                                    "end": 240,
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 41
                                      },
                                      "identifierName": "operator"
                                    },
                                    "name": "operator"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 247,
                          "end": 294,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 4
                            },
                            "end": {
                              "line": 10,
                              "column": 51
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 247,
                            "end": 293,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 4
                              },
                              "end": {
                                "line": 10,
                                "column": 50
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 247,
                              "end": 255,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 4
                                },
                                "end": {
                                  "line": 10,
                                  "column": 12
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 247,
                                "end": 250,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 7
                                  },
                                  "identifierName": "obj"
                                },
                                "name": "obj"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 251,
                                "end": 255,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 12
                                  },
                                  "identifierName": "args"
                                },
                                "name": "args"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 258,
                              "end": 293,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 15
                                },
                                "end": {
                                  "line": 10,
                                  "column": 50
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 258,
                                "end": 271,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 258,
                                  "end": 267,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 258,
                                    "end": 262,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 19
                                      },
                                      "identifierName": "tree"
                                    },
                                    "name": "tree"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 263,
                                    "end": 267,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 24
                                      },
                                      "identifierName": "args"
                                    },
                                    "name": "args"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 268,
                                  "end": 271,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 28
                                    },
                                    "identifierName": "map"
                                  },
                                  "name": "map"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 272,
                                  "end": 292,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 49
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 272,
                                      "end": 275,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 32
                                        },
                                        "identifierName": "arg"
                                      },
                                      "name": "arg"
                                    }
                                  ],
                                  "body": {
                                    "type": "CallExpression",
                                    "start": 279,
                                    "end": 292,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 49
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 279,
                                      "end": 287,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 44
                                        },
                                        "identifierName": "json2AST"
                                      },
                                      "name": "json2AST"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 288,
                                        "end": 291,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 48
                                          },
                                          "identifierName": "arg"
                                        },
                                        "name": "arg"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "IfStatement",
                      "start": 304,
                      "end": 647,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 9
                        },
                        "end": {
                          "line": 22,
                          "column": 3
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 308,
                        "end": 327,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 13
                          },
                          "end": {
                            "line": 11,
                            "column": 32
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 308,
                          "end": 317,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 13
                            },
                            "end": {
                              "line": 11,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 308,
                            "end": 312,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 17
                              },
                              "identifierName": "tree"
                            },
                            "name": "tree"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 313,
                            "end": 317,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 18
                              },
                              "end": {
                                "line": 11,
                                "column": 22
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "operator": "==",
                        "right": {
                          "type": "StringLiteral",
                          "start": 321,
                          "end": 327,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 26
                            },
                            "end": {
                              "line": 11,
                              "column": 32
                            }
                          },
                          "extra": {
                            "rawValue": "word",
                            "raw": "\"word\""
                          },
                          "value": "word"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 329,
                        "end": 386,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 34
                          },
                          "end": {
                            "line": 14,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 335,
                            "end": 356,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 4
                              },
                              "end": {
                                "line": 12,
                                "column": 25
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 335,
                              "end": 355,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 4
                                },
                                "end": {
                                  "line": 12,
                                  "column": 24
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 335,
                                "end": 338,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 7
                                  },
                                  "identifierName": "obj"
                                },
                                "name": "obj"
                              },
                              "right": {
                                "type": "NewExpression",
                                "start": 341,
                                "end": 355,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 24
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 345,
                                  "end": 349,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 18
                                    },
                                    "identifierName": "Word"
                                  },
                                  "name": "Word"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 350,
                                    "end": 354,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 23
                                      },
                                      "identifierName": "tree"
                                    },
                                    "name": "tree"
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 361,
                            "end": 382,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 4
                              },
                              "end": {
                                "line": 13,
                                "column": 25
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 361,
                              "end": 381,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 4
                                },
                                "end": {
                                  "line": 13,
                                  "column": 24
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 361,
                                "end": 369,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 12
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 361,
                                  "end": 364,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 7
                                    },
                                    "identifierName": "obj"
                                  },
                                  "name": "obj"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 365,
                                  "end": 369,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 12
                                    },
                                    "identifierName": "name"
                                  },
                                  "name": "name"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 372,
                                "end": 381,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 372,
                                  "end": 376,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 19
                                    },
                                    "identifierName": "tree"
                                  },
                                  "name": "tree"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 377,
                                  "end": 381,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 24
                                    },
                                    "identifierName": "name"
                                  },
                                  "name": "name"
                                },
                                "computed": false
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 392,
                        "end": 647,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 9
                          },
                          "end": {
                            "line": 22,
                            "column": 3
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 396,
                          "end": 416,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 13
                            },
                            "end": {
                              "line": 14,
                              "column": 33
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 396,
                            "end": 405,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 13
                              },
                              "end": {
                                "line": 14,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 396,
                              "end": 400,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 13
                                },
                                "end": {
                                  "line": 14,
                                  "column": 17
                                },
                                "identifierName": "tree"
                              },
                              "name": "tree"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 401,
                              "end": 405,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 18
                                },
                                "end": {
                                  "line": 14,
                                  "column": 22
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "computed": false
                          },
                          "operator": "==",
                          "right": {
                            "type": "StringLiteral",
                            "start": 409,
                            "end": 416,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 26
                              },
                              "end": {
                                "line": 14,
                                "column": 33
                              }
                            },
                            "extra": {
                              "rawValue": "value",
                              "raw": "\"value\""
                            },
                            "value": "value"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 418,
                          "end": 450,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 35
                            },
                            "end": {
                              "line": 16,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 424,
                              "end": 446,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 4
                                },
                                "end": {
                                  "line": 15,
                                  "column": 26
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 424,
                                "end": 445,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 25
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 424,
                                  "end": 427,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 7
                                    },
                                    "identifierName": "obj"
                                  },
                                  "name": "obj"
                                },
                                "right": {
                                  "type": "NewExpression",
                                  "start": 430,
                                  "end": 445,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 25
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 434,
                                    "end": 439,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 19
                                      },
                                      "identifierName": "Value"
                                    },
                                    "name": "Value"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 440,
                                      "end": 444,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 24
                                        },
                                        "identifierName": "tree"
                                      },
                                      "name": "tree"
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": {
                          "type": "IfStatement",
                          "start": 456,
                          "end": 647,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 9
                            },
                            "end": {
                              "line": 22,
                              "column": 3
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 460,
                            "end": 480,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 13
                              },
                              "end": {
                                "line": 16,
                                "column": 33
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 460,
                              "end": 469,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 13
                                },
                                "end": {
                                  "line": 16,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 460,
                                "end": 464,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 17
                                  },
                                  "identifierName": "tree"
                                },
                                "name": "tree"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 465,
                                "end": 469,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 22
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              "computed": false
                            },
                            "operator": "==",
                            "right": {
                              "type": "StringLiteral",
                              "start": 473,
                              "end": 480,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 26
                                },
                                "end": {
                                  "line": 16,
                                  "column": 33
                                }
                              },
                              "extra": {
                                "rawValue": "regex",
                                "raw": "\"regex\""
                              },
                              "value": "regex"
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 482,
                            "end": 568,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 35
                              },
                              "end": {
                                "line": 20,
                                "column": 3
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 488,
                                "end": 510,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 26
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 488,
                                  "end": 509,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 25
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 488,
                                    "end": 491,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 7
                                      },
                                      "identifierName": "obj"
                                    },
                                    "name": "obj"
                                  },
                                  "right": {
                                    "type": "NewExpression",
                                    "start": 494,
                                    "end": 509,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 25
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 498,
                                      "end": 503,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 19
                                        },
                                        "identifierName": "Regex"
                                      },
                                      "name": "Regex"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 504,
                                        "end": 508,
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 24
                                          },
                                          "identifierName": "tree"
                                        },
                                        "name": "tree"
                                      }
                                    ]
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 515,
                                "end": 536,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 25
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 515,
                                  "end": 535,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 24
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 515,
                                    "end": 523,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 12
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 515,
                                      "end": 518,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 7
                                        },
                                        "identifierName": "obj"
                                      },
                                      "name": "obj"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 519,
                                      "end": 523,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 12
                                        },
                                        "identifierName": "body"
                                      },
                                      "name": "body"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 526,
                                    "end": 535,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 24
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 526,
                                      "end": 530,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 19
                                        },
                                        "identifierName": "tree"
                                      },
                                      "name": "tree"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 531,
                                      "end": 535,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 24
                                        },
                                        "identifierName": "body"
                                      },
                                      "name": "body"
                                    },
                                    "computed": false
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 541,
                                "end": 564,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 27
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 541,
                                  "end": 563,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 26
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 541,
                                    "end": 550,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 13
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 541,
                                      "end": 544,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 7
                                        },
                                        "identifierName": "obj"
                                      },
                                      "name": "obj"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 545,
                                      "end": 550,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 13
                                        },
                                        "identifierName": "flags"
                                      },
                                      "name": "flags"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 553,
                                    "end": 563,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 553,
                                      "end": 557,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 20
                                        },
                                        "identifierName": "tree"
                                      },
                                      "name": "tree"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 558,
                                      "end": 563,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 26
                                        },
                                        "identifierName": "flags"
                                      },
                                      "name": "flags"
                                    },
                                    "computed": false
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": {
                            "type": "BlockStatement",
                            "start": 574,
                            "end": 647,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 9
                              },
                              "end": {
                                "line": 22,
                                "column": 3
                              }
                            },
                            "body": [
                              {
                                "type": "ThrowStatement",
                                "start": 580,
                                "end": 643,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 67
                                  }
                                },
                                "argument": {
                                  "type": "NewExpression",
                                  "start": 586,
                                  "end": 642,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 66
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 590,
                                    "end": 601,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 25
                                      },
                                      "identifierName": "SyntaxError"
                                    },
                                    "name": "SyntaxError"
                                  },
                                  "arguments": [
                                    {
                                      "type": "TemplateLiteral",
                                      "start": 602,
                                      "end": 641,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 65
                                        }
                                      },
                                      "expressions": [
                                        {
                                          "type": "CallExpression",
                                          "start": 624,
                                          "end": 639,
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 63
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 624,
                                            "end": 633,
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 57
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 624,
                                              "end": 629,
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 53
                                                },
                                                "identifierName": "utils"
                                              },
                                              "name": "utils"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 630,
                                              "end": 633,
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 57
                                                },
                                                "identifierName": "ins"
                                              },
                                              "name": "ins"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 634,
                                              "end": 638,
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 62
                                                },
                                                "identifierName": "tree"
                                              },
                                              "name": "tree"
                                            }
                                          ]
                                        }
                                      ],
                                      "quasis": [
                                        {
                                          "type": "TemplateElement",
                                          "start": 603,
                                          "end": 622,
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 46
                                            }
                                          },
                                          "value": {
                                            "raw": "Unrecognized token ",
                                            "cooked": "Unrecognized token "
                                          },
                                          "tail": false
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "start": 640,
                                          "end": 640,
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 64
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 64
                                            }
                                          },
                                          "value": {
                                            "raw": "",
                                            "cooked": ""
                                          },
                                          "tail": true
                                        }
                                      ]
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 651,
                    "end": 662,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 2
                      },
                      "end": {
                        "line": 24,
                        "column": 13
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 658,
                      "end": 661,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 9
                        },
                        "end": {
                          "line": 24,
                          "column": 12
                        },
                        "identifierName": "obj"
                      },
                      "name": "obj"
                    }
                  }
                ],
                "directives": []
              }
            }
          }
        ],
        "kind": "const",
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 667,
        "end": 687,
        "loc": {
          "start": {
            "line": 27,
            "column": 0
          },
          "end": {
            "line": 27,
            "column": 20
          }
        },
        "declaration": null,
        "specifiers": [
          {
            "type": "ExportSpecifier",
            "start": 676,
            "end": 684,
            "loc": {
              "start": {
                "line": 27,
                "column": 9
              },
              "end": {
                "line": 27,
                "column": 17
              }
            },
            "local": {
              "type": "Identifier",
              "start": 676,
              "end": 684,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 9
                },
                "end": {
                  "line": 27,
                  "column": 17
                },
                "identifierName": "json2AST"
              },
              "name": "json2AST"
            },
            "exported": {
              "type": "Identifier",
              "start": 676,
              "end": 684,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 9
                },
                "end": {
                  "line": 27,
                  "column": 17
                },
                "identifierName": "json2AST"
              },
              "name": "json2AST"
            }
          }
        ],
        "source": null
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 667,
        "end": 687,
        "loc": {
          "start": {
            "line": 27,
            "column": 0
          },
          "end": {
            "line": 27,
            "column": 20
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "start": 96,
          "end": 665,
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 25,
              "column": 2
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 102,
              "end": 664,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 25,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 102,
                "end": 110,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 6
                  },
                  "end": {
                    "line": 4,
                    "column": 14
                  },
                  "identifierName": "json2AST"
                },
                "name": "json2AST"
              },
              "init": {
                "type": "ArrowFunctionExpression",
                "start": 113,
                "end": 664,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 17
                  },
                  "end": {
                    "line": 25,
                    "column": 1
                  }
                },
                "id": {
                  "type": "Identifier",
                  "start": 102,
                  "end": 110,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 6
                    },
                    "end": {
                      "line": 4,
                      "column": 14
                    },
                    "identifierName": "json2AST"
                  },
                  "name": "json2AST"
                },
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 113,
                    "end": 117,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 17
                      },
                      "end": {
                        "line": 4,
                        "column": 21
                      },
                      "identifierName": "tree"
                    },
                    "name": "tree"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 121,
                  "end": 664,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 25
                    },
                    "end": {
                      "line": 25,
                      "column": 1
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 125,
                      "end": 140,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 2
                        },
                        "end": {
                          "line": 5,
                          "column": 17
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 129,
                          "end": 139,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 6
                            },
                            "end": {
                              "line": 5,
                              "column": 16
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 129,
                            "end": 132,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 6
                              },
                              "end": {
                                "line": 5,
                                "column": 9
                              },
                              "identifierName": "obj"
                            },
                            "name": "obj"
                          },
                          "init": {
                            "type": "NullLiteral",
                            "start": 135,
                            "end": 139,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 12
                              },
                              "end": {
                                "line": 5,
                                "column": 16
                              }
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 144,
                      "end": 647,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 2
                        },
                        "end": {
                          "line": 22,
                          "column": 3
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 148,
                        "end": 168,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 6
                          },
                          "end": {
                            "line": 7,
                            "column": 26
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 148,
                          "end": 157,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 6
                            },
                            "end": {
                              "line": 7,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 148,
                            "end": 152,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 6
                              },
                              "end": {
                                "line": 7,
                                "column": 10
                              },
                              "identifierName": "tree"
                            },
                            "name": "tree"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 153,
                            "end": 157,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 11
                              },
                              "end": {
                                "line": 7,
                                "column": 15
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "operator": "==",
                        "right": {
                          "type": "StringLiteral",
                          "start": 161,
                          "end": 168,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 19
                            },
                            "end": {
                              "line": 7,
                              "column": 26
                            }
                          },
                          "extra": {
                            "rawValue": "apply",
                            "raw": "\"apply\""
                          },
                          "value": "apply"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 170,
                        "end": 298,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 28
                          },
                          "end": {
                            "line": 11,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 176,
                            "end": 198,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 4
                              },
                              "end": {
                                "line": 8,
                                "column": 26
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 176,
                              "end": 197,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 4
                                },
                                "end": {
                                  "line": 8,
                                  "column": 25
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 176,
                                "end": 179,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 7
                                  },
                                  "identifierName": "obj"
                                },
                                "name": "obj"
                              },
                              "right": {
                                "type": "NewExpression",
                                "start": 182,
                                "end": 197,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 25
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 186,
                                  "end": 191,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 19
                                    },
                                    "identifierName": "Apply"
                                  },
                                  "name": "Apply"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 192,
                                    "end": 196,
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 24
                                      },
                                      "identifierName": "tree"
                                    },
                                    "name": "tree"
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 203,
                            "end": 242,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 4
                              },
                              "end": {
                                "line": 9,
                                "column": 43
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 203,
                              "end": 241,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 4
                                },
                                "end": {
                                  "line": 9,
                                  "column": 42
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 203,
                                "end": 215,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 16
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 203,
                                  "end": 206,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 7
                                    },
                                    "identifierName": "obj"
                                  },
                                  "name": "obj"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 207,
                                  "end": 215,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 16
                                    },
                                    "identifierName": "operator"
                                  },
                                  "name": "operator"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 218,
                                "end": 241,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 218,
                                  "end": 226,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 27
                                    },
                                    "identifierName": "json2AST"
                                  },
                                  "name": "json2AST"
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 227,
                                    "end": 240,
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 227,
                                      "end": 231,
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 32
                                        },
                                        "identifierName": "tree"
                                      },
                                      "name": "tree"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 232,
                                      "end": 240,
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 41
                                        },
                                        "identifierName": "operator"
                                      },
                                      "name": "operator"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 247,
                            "end": 294,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 4
                              },
                              "end": {
                                "line": 10,
                                "column": 51
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 247,
                              "end": 293,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 4
                                },
                                "end": {
                                  "line": 10,
                                  "column": 50
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 247,
                                "end": 255,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 12
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 247,
                                  "end": 250,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 7
                                    },
                                    "identifierName": "obj"
                                  },
                                  "name": "obj"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 251,
                                  "end": 255,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 12
                                    },
                                    "identifierName": "args"
                                  },
                                  "name": "args"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 258,
                                "end": 293,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 50
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 258,
                                  "end": 271,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 258,
                                    "end": 267,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 24
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 258,
                                      "end": 262,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 19
                                        },
                                        "identifierName": "tree"
                                      },
                                      "name": "tree"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 263,
                                      "end": 267,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 24
                                        },
                                        "identifierName": "args"
                                      },
                                      "name": "args"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 268,
                                    "end": 271,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 28
                                      },
                                      "identifierName": "map"
                                    },
                                    "name": "map"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 272,
                                    "end": 292,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 49
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 272,
                                        "end": 275,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 32
                                          },
                                          "identifierName": "arg"
                                        },
                                        "name": "arg"
                                      }
                                    ],
                                    "body": {
                                      "type": "CallExpression",
                                      "start": 279,
                                      "end": 292,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 49
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 279,
                                        "end": 287,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 44
                                          },
                                          "identifierName": "json2AST"
                                        },
                                        "name": "json2AST"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 288,
                                          "end": 291,
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 48
                                            },
                                            "identifierName": "arg"
                                          },
                                          "name": "arg"
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 304,
                        "end": 647,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 9
                          },
                          "end": {
                            "line": 22,
                            "column": 3
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 308,
                          "end": 327,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 13
                            },
                            "end": {
                              "line": 11,
                              "column": 32
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 308,
                            "end": 317,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 308,
                              "end": 312,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 13
                                },
                                "end": {
                                  "line": 11,
                                  "column": 17
                                },
                                "identifierName": "tree"
                              },
                              "name": "tree"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 313,
                              "end": 317,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 18
                                },
                                "end": {
                                  "line": 11,
                                  "column": 22
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "computed": false
                          },
                          "operator": "==",
                          "right": {
                            "type": "StringLiteral",
                            "start": 321,
                            "end": 327,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 26
                              },
                              "end": {
                                "line": 11,
                                "column": 32
                              }
                            },
                            "extra": {
                              "rawValue": "word",
                              "raw": "\"word\""
                            },
                            "value": "word"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 329,
                          "end": 386,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 34
                            },
                            "end": {
                              "line": 14,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 335,
                              "end": 356,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 4
                                },
                                "end": {
                                  "line": 12,
                                  "column": 25
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 335,
                                "end": 355,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 24
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 335,
                                  "end": 338,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 7
                                    },
                                    "identifierName": "obj"
                                  },
                                  "name": "obj"
                                },
                                "right": {
                                  "type": "NewExpression",
                                  "start": 341,
                                  "end": 355,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 24
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 345,
                                    "end": 349,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 18
                                      },
                                      "identifierName": "Word"
                                    },
                                    "name": "Word"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 350,
                                      "end": 354,
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 23
                                        },
                                        "identifierName": "tree"
                                      },
                                      "name": "tree"
                                    }
                                  ]
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 361,
                              "end": 382,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 4
                                },
                                "end": {
                                  "line": 13,
                                  "column": 25
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 361,
                                "end": 381,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 24
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 361,
                                  "end": 369,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 12
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 361,
                                    "end": 364,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 7
                                      },
                                      "identifierName": "obj"
                                    },
                                    "name": "obj"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 365,
                                    "end": 369,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 12
                                      },
                                      "identifierName": "name"
                                    },
                                    "name": "name"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 372,
                                  "end": 381,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 372,
                                    "end": 376,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 19
                                      },
                                      "identifierName": "tree"
                                    },
                                    "name": "tree"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 377,
                                    "end": 381,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 24
                                      },
                                      "identifierName": "name"
                                    },
                                    "name": "name"
                                  },
                                  "computed": false
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": {
                          "type": "IfStatement",
                          "start": 392,
                          "end": 647,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 9
                            },
                            "end": {
                              "line": 22,
                              "column": 3
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 396,
                            "end": 416,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 13
                              },
                              "end": {
                                "line": 14,
                                "column": 33
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 396,
                              "end": 405,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 13
                                },
                                "end": {
                                  "line": 14,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 396,
                                "end": 400,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 17
                                  },
                                  "identifierName": "tree"
                                },
                                "name": "tree"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 401,
                                "end": 405,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 22
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              "computed": false
                            },
                            "operator": "==",
                            "right": {
                              "type": "StringLiteral",
                              "start": 409,
                              "end": 416,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 26
                                },
                                "end": {
                                  "line": 14,
                                  "column": 33
                                }
                              },
                              "extra": {
                                "rawValue": "value",
                                "raw": "\"value\""
                              },
                              "value": "value"
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 418,
                            "end": 450,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 35
                              },
                              "end": {
                                "line": 16,
                                "column": 3
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 424,
                                "end": 446,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 26
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 424,
                                  "end": 445,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 25
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 424,
                                    "end": 427,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 7
                                      },
                                      "identifierName": "obj"
                                    },
                                    "name": "obj"
                                  },
                                  "right": {
                                    "type": "NewExpression",
                                    "start": 430,
                                    "end": 445,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 25
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 434,
                                      "end": 439,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 19
                                        },
                                        "identifierName": "Value"
                                      },
                                      "name": "Value"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 440,
                                        "end": 444,
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 24
                                          },
                                          "identifierName": "tree"
                                        },
                                        "name": "tree"
                                      }
                                    ]
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": {
                            "type": "IfStatement",
                            "start": 456,
                            "end": 647,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 9
                              },
                              "end": {
                                "line": 22,
                                "column": 3
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 460,
                              "end": 480,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 13
                                },
                                "end": {
                                  "line": 16,
                                  "column": 33
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 460,
                                "end": 469,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 460,
                                  "end": 464,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 17
                                    },
                                    "identifierName": "tree"
                                  },
                                  "name": "tree"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 465,
                                  "end": 469,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 22
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "computed": false
                              },
                              "operator": "==",
                              "right": {
                                "type": "StringLiteral",
                                "start": 473,
                                "end": 480,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 33
                                  }
                                },
                                "extra": {
                                  "rawValue": "regex",
                                  "raw": "\"regex\""
                                },
                                "value": "regex"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 482,
                              "end": 568,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 35
                                },
                                "end": {
                                  "line": 20,
                                  "column": 3
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 488,
                                  "end": 510,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 26
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 488,
                                    "end": 509,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 25
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 488,
                                      "end": 491,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 7
                                        },
                                        "identifierName": "obj"
                                      },
                                      "name": "obj"
                                    },
                                    "right": {
                                      "type": "NewExpression",
                                      "start": 494,
                                      "end": 509,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 25
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 498,
                                        "end": 503,
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 19
                                          },
                                          "identifierName": "Regex"
                                        },
                                        "name": "Regex"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 504,
                                          "end": 508,
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 24
                                            },
                                            "identifierName": "tree"
                                          },
                                          "name": "tree"
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 515,
                                  "end": 536,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 25
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 515,
                                    "end": 535,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 24
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 515,
                                      "end": 523,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 12
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 515,
                                        "end": 518,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 7
                                          },
                                          "identifierName": "obj"
                                        },
                                        "name": "obj"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 519,
                                        "end": 523,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 12
                                          },
                                          "identifierName": "body"
                                        },
                                        "name": "body"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 526,
                                      "end": 535,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 24
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 526,
                                        "end": 530,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 19
                                          },
                                          "identifierName": "tree"
                                        },
                                        "name": "tree"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 531,
                                        "end": 535,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 24
                                          },
                                          "identifierName": "body"
                                        },
                                        "name": "body"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 541,
                                  "end": 564,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 27
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 541,
                                    "end": 563,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 26
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 541,
                                      "end": 550,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 13
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 541,
                                        "end": 544,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 7
                                          },
                                          "identifierName": "obj"
                                        },
                                        "name": "obj"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 545,
                                        "end": 550,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 13
                                          },
                                          "identifierName": "flags"
                                        },
                                        "name": "flags"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 553,
                                      "end": 563,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 26
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 553,
                                        "end": 557,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 20
                                          },
                                          "identifierName": "tree"
                                        },
                                        "name": "tree"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 558,
                                        "end": 563,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 26
                                          },
                                          "identifierName": "flags"
                                        },
                                        "name": "flags"
                                      },
                                      "computed": false
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 574,
                              "end": 647,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 9
                                },
                                "end": {
                                  "line": 22,
                                  "column": 3
                                }
                              },
                              "body": [
                                {
                                  "type": "ThrowStatement",
                                  "start": 580,
                                  "end": 643,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 67
                                    }
                                  },
                                  "argument": {
                                    "type": "NewExpression",
                                    "start": 586,
                                    "end": 642,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 66
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 590,
                                      "end": 601,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 25
                                        },
                                        "identifierName": "SyntaxError"
                                      },
                                      "name": "SyntaxError"
                                    },
                                    "arguments": [
                                      {
                                        "type": "TemplateLiteral",
                                        "start": 602,
                                        "end": 641,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 65
                                          }
                                        },
                                        "expressions": [
                                          {
                                            "type": "CallExpression",
                                            "start": 624,
                                            "end": 639,
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 63
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 624,
                                              "end": 633,
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 624,
                                                "end": 629,
                                                "loc": {
                                                  "start": {
                                                    "line": 21,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 21,
                                                    "column": 53
                                                  },
                                                  "identifierName": "utils"
                                                },
                                                "name": "utils"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 630,
                                                "end": 633,
                                                "loc": {
                                                  "start": {
                                                    "line": 21,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 21,
                                                    "column": 57
                                                  },
                                                  "identifierName": "ins"
                                                },
                                                "name": "ins"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 634,
                                                "end": 638,
                                                "loc": {
                                                  "start": {
                                                    "line": 21,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 21,
                                                    "column": 62
                                                  },
                                                  "identifierName": "tree"
                                                },
                                                "name": "tree"
                                              }
                                            ]
                                          }
                                        ],
                                        "quasis": [
                                          {
                                            "type": "TemplateElement",
                                            "start": 603,
                                            "end": 622,
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 46
                                              }
                                            },
                                            "value": {
                                              "raw": "Unrecognized token ",
                                              "cooked": "Unrecognized token "
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 640,
                                            "end": 640,
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 64
                                              }
                                            },
                                            "value": {
                                              "raw": "",
                                              "cooked": ""
                                            },
                                            "tail": true
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 651,
                      "end": 662,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 2
                        },
                        "end": {
                          "line": 24,
                          "column": 13
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 658,
                        "end": 661,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 9
                          },
                          "end": {
                            "line": 24,
                            "column": 12
                          },
                          "identifierName": "obj"
                        },
                        "name": "obj"
                      }
                    }
                  ],
                  "directives": []
                }
              }
            }
          ],
          "kind": "const",
          "leadingComments": [],
          "trailingComments": []
        },
        "specifiers": null,
        "source": null,
        "leadingComments": null
      }
    ],
    "directives": []
  },
  "comments": [],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7,
      "end": 8,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Value",
      "start": 9,
      "end": 14,
      "loc": {
        "start": {
          "line": 1,
          "column": 9
        },
        "end": {
          "line": 1,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14,
      "end": 15,
      "loc": {
        "start": {
          "line": 1,
          "column": 14
        },
        "end": {
          "line": 1,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Word",
      "start": 16,
      "end": 20,
      "loc": {
        "start": {
          "line": 1,
          "column": 16
        },
        "end": {
          "line": 1,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 20,
      "end": 21,
      "loc": {
        "start": {
          "line": 1,
          "column": 20
        },
        "end": {
          "line": 1,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Apply",
      "start": 22,
      "end": 27,
      "loc": {
        "start": {
          "line": 1,
          "column": 22
        },
        "end": {
          "line": 1,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27,
      "end": 28,
      "loc": {
        "start": {
          "line": 1,
          "column": 27
        },
        "end": {
          "line": 1,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Regex",
      "start": 29,
      "end": 34,
      "loc": {
        "start": {
          "line": 1,
          "column": 29
        },
        "end": {
          "line": 1,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 35,
      "end": 36,
      "loc": {
        "start": {
          "line": 1,
          "column": 35
        },
        "end": {
          "line": 1,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 37,
      "end": 41,
      "loc": {
        "start": {
          "line": 1,
          "column": 37
        },
        "end": {
          "line": 1,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../interp/ast.js",
      "start": 42,
      "end": 60,
      "loc": {
        "start": {
          "line": 1,
          "column": 42
        },
        "end": {
          "line": 1,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 60,
      "end": 61,
      "loc": {
        "start": {
          "line": 1,
          "column": 60
        },
        "end": {
          "line": 1,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 62,
      "end": 68,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "utils",
      "start": 69,
      "end": 74,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 75,
      "end": 79,
      "loc": {
        "start": {
          "line": 2,
          "column": 13
        },
        "end": {
          "line": 2,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../utils.js",
      "start": 80,
      "end": 93,
      "loc": {
        "start": {
          "line": 2,
          "column": 18
        },
        "end": {
          "line": 2,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 93,
      "end": 94,
      "loc": {
        "start": {
          "line": 2,
          "column": 31
        },
        "end": {
          "line": 2,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 96,
      "end": 101,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "json2AST",
      "start": 102,
      "end": 110,
      "loc": {
        "start": {
          "line": 4,
          "column": 6
        },
        "end": {
          "line": 4,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 111,
      "end": 112,
      "loc": {
        "start": {
          "line": 4,
          "column": 15
        },
        "end": {
          "line": 4,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 113,
      "end": 117,
      "loc": {
        "start": {
          "line": 4,
          "column": 17
        },
        "end": {
          "line": 4,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 118,
      "end": 120,
      "loc": {
        "start": {
          "line": 4,
          "column": 22
        },
        "end": {
          "line": 4,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 121,
      "end": 122,
      "loc": {
        "start": {
          "line": 4,
          "column": 25
        },
        "end": {
          "line": 4,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 125,
      "end": 128,
      "loc": {
        "start": {
          "line": 5,
          "column": 2
        },
        "end": {
          "line": 5,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 129,
      "end": 132,
      "loc": {
        "start": {
          "line": 5,
          "column": 6
        },
        "end": {
          "line": 5,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 133,
      "end": 134,
      "loc": {
        "start": {
          "line": 5,
          "column": 10
        },
        "end": {
          "line": 5,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 135,
      "end": 139,
      "loc": {
        "start": {
          "line": 5,
          "column": 12
        },
        "end": {
          "line": 5,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 139,
      "end": 140,
      "loc": {
        "start": {
          "line": 5,
          "column": 16
        },
        "end": {
          "line": 5,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 144,
      "end": 146,
      "loc": {
        "start": {
          "line": 7,
          "column": 2
        },
        "end": {
          "line": 7,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 147,
      "end": 148,
      "loc": {
        "start": {
          "line": 7,
          "column": 5
        },
        "end": {
          "line": 7,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 148,
      "end": 152,
      "loc": {
        "start": {
          "line": 7,
          "column": 6
        },
        "end": {
          "line": 7,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 152,
      "end": 153,
      "loc": {
        "start": {
          "line": 7,
          "column": 10
        },
        "end": {
          "line": 7,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 153,
      "end": 157,
      "loc": {
        "start": {
          "line": 7,
          "column": 11
        },
        "end": {
          "line": 7,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 158,
      "end": 160,
      "loc": {
        "start": {
          "line": 7,
          "column": 16
        },
        "end": {
          "line": 7,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "apply",
      "start": 161,
      "end": 168,
      "loc": {
        "start": {
          "line": 7,
          "column": 19
        },
        "end": {
          "line": 7,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 168,
      "end": 169,
      "loc": {
        "start": {
          "line": 7,
          "column": 26
        },
        "end": {
          "line": 7,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 170,
      "end": 171,
      "loc": {
        "start": {
          "line": 7,
          "column": 28
        },
        "end": {
          "line": 7,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 176,
      "end": 179,
      "loc": {
        "start": {
          "line": 8,
          "column": 4
        },
        "end": {
          "line": 8,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 180,
      "end": 181,
      "loc": {
        "start": {
          "line": 8,
          "column": 8
        },
        "end": {
          "line": 8,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 182,
      "end": 185,
      "loc": {
        "start": {
          "line": 8,
          "column": 10
        },
        "end": {
          "line": 8,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Apply",
      "start": 186,
      "end": 191,
      "loc": {
        "start": {
          "line": 8,
          "column": 14
        },
        "end": {
          "line": 8,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 191,
      "end": 192,
      "loc": {
        "start": {
          "line": 8,
          "column": 19
        },
        "end": {
          "line": 8,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 192,
      "end": 196,
      "loc": {
        "start": {
          "line": 8,
          "column": 20
        },
        "end": {
          "line": 8,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 196,
      "end": 197,
      "loc": {
        "start": {
          "line": 8,
          "column": 24
        },
        "end": {
          "line": 8,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 197,
      "end": 198,
      "loc": {
        "start": {
          "line": 8,
          "column": 25
        },
        "end": {
          "line": 8,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 203,
      "end": 206,
      "loc": {
        "start": {
          "line": 9,
          "column": 4
        },
        "end": {
          "line": 9,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 206,
      "end": 207,
      "loc": {
        "start": {
          "line": 9,
          "column": 7
        },
        "end": {
          "line": 9,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operator",
      "start": 207,
      "end": 215,
      "loc": {
        "start": {
          "line": 9,
          "column": 8
        },
        "end": {
          "line": 9,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 216,
      "end": 217,
      "loc": {
        "start": {
          "line": 9,
          "column": 17
        },
        "end": {
          "line": 9,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "json2AST",
      "start": 218,
      "end": 226,
      "loc": {
        "start": {
          "line": 9,
          "column": 19
        },
        "end": {
          "line": 9,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 226,
      "end": 227,
      "loc": {
        "start": {
          "line": 9,
          "column": 27
        },
        "end": {
          "line": 9,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 227,
      "end": 231,
      "loc": {
        "start": {
          "line": 9,
          "column": 28
        },
        "end": {
          "line": 9,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 231,
      "end": 232,
      "loc": {
        "start": {
          "line": 9,
          "column": 32
        },
        "end": {
          "line": 9,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operator",
      "start": 232,
      "end": 240,
      "loc": {
        "start": {
          "line": 9,
          "column": 33
        },
        "end": {
          "line": 9,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 240,
      "end": 241,
      "loc": {
        "start": {
          "line": 9,
          "column": 41
        },
        "end": {
          "line": 9,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 241,
      "end": 242,
      "loc": {
        "start": {
          "line": 9,
          "column": 42
        },
        "end": {
          "line": 9,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 247,
      "end": 250,
      "loc": {
        "start": {
          "line": 10,
          "column": 4
        },
        "end": {
          "line": 10,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 250,
      "end": 251,
      "loc": {
        "start": {
          "line": 10,
          "column": 7
        },
        "end": {
          "line": 10,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 251,
      "end": 255,
      "loc": {
        "start": {
          "line": 10,
          "column": 8
        },
        "end": {
          "line": 10,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 256,
      "end": 257,
      "loc": {
        "start": {
          "line": 10,
          "column": 13
        },
        "end": {
          "line": 10,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 258,
      "end": 262,
      "loc": {
        "start": {
          "line": 10,
          "column": 15
        },
        "end": {
          "line": 10,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 262,
      "end": 263,
      "loc": {
        "start": {
          "line": 10,
          "column": 19
        },
        "end": {
          "line": 10,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 263,
      "end": 267,
      "loc": {
        "start": {
          "line": 10,
          "column": 20
        },
        "end": {
          "line": 10,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 267,
      "end": 268,
      "loc": {
        "start": {
          "line": 10,
          "column": 24
        },
        "end": {
          "line": 10,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 268,
      "end": 271,
      "loc": {
        "start": {
          "line": 10,
          "column": 25
        },
        "end": {
          "line": 10,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 271,
      "end": 272,
      "loc": {
        "start": {
          "line": 10,
          "column": 28
        },
        "end": {
          "line": 10,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arg",
      "start": 272,
      "end": 275,
      "loc": {
        "start": {
          "line": 10,
          "column": 29
        },
        "end": {
          "line": 10,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 276,
      "end": 278,
      "loc": {
        "start": {
          "line": 10,
          "column": 33
        },
        "end": {
          "line": 10,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "json2AST",
      "start": 279,
      "end": 287,
      "loc": {
        "start": {
          "line": 10,
          "column": 36
        },
        "end": {
          "line": 10,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 287,
      "end": 288,
      "loc": {
        "start": {
          "line": 10,
          "column": 44
        },
        "end": {
          "line": 10,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arg",
      "start": 288,
      "end": 291,
      "loc": {
        "start": {
          "line": 10,
          "column": 45
        },
        "end": {
          "line": 10,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 291,
      "end": 292,
      "loc": {
        "start": {
          "line": 10,
          "column": 48
        },
        "end": {
          "line": 10,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 292,
      "end": 293,
      "loc": {
        "start": {
          "line": 10,
          "column": 49
        },
        "end": {
          "line": 10,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 293,
      "end": 294,
      "loc": {
        "start": {
          "line": 10,
          "column": 50
        },
        "end": {
          "line": 10,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 297,
      "end": 298,
      "loc": {
        "start": {
          "line": 11,
          "column": 2
        },
        "end": {
          "line": 11,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 299,
      "end": 303,
      "loc": {
        "start": {
          "line": 11,
          "column": 4
        },
        "end": {
          "line": 11,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 304,
      "end": 306,
      "loc": {
        "start": {
          "line": 11,
          "column": 9
        },
        "end": {
          "line": 11,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 307,
      "end": 308,
      "loc": {
        "start": {
          "line": 11,
          "column": 12
        },
        "end": {
          "line": 11,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 308,
      "end": 312,
      "loc": {
        "start": {
          "line": 11,
          "column": 13
        },
        "end": {
          "line": 11,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 312,
      "end": 313,
      "loc": {
        "start": {
          "line": 11,
          "column": 17
        },
        "end": {
          "line": 11,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 313,
      "end": 317,
      "loc": {
        "start": {
          "line": 11,
          "column": 18
        },
        "end": {
          "line": 11,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 318,
      "end": 320,
      "loc": {
        "start": {
          "line": 11,
          "column": 23
        },
        "end": {
          "line": 11,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "word",
      "start": 321,
      "end": 327,
      "loc": {
        "start": {
          "line": 11,
          "column": 26
        },
        "end": {
          "line": 11,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 327,
      "end": 328,
      "loc": {
        "start": {
          "line": 11,
          "column": 32
        },
        "end": {
          "line": 11,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 329,
      "end": 330,
      "loc": {
        "start": {
          "line": 11,
          "column": 34
        },
        "end": {
          "line": 11,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 335,
      "end": 338,
      "loc": {
        "start": {
          "line": 12,
          "column": 4
        },
        "end": {
          "line": 12,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 339,
      "end": 340,
      "loc": {
        "start": {
          "line": 12,
          "column": 8
        },
        "end": {
          "line": 12,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 341,
      "end": 344,
      "loc": {
        "start": {
          "line": 12,
          "column": 10
        },
        "end": {
          "line": 12,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Word",
      "start": 345,
      "end": 349,
      "loc": {
        "start": {
          "line": 12,
          "column": 14
        },
        "end": {
          "line": 12,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 349,
      "end": 350,
      "loc": {
        "start": {
          "line": 12,
          "column": 18
        },
        "end": {
          "line": 12,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 350,
      "end": 354,
      "loc": {
        "start": {
          "line": 12,
          "column": 19
        },
        "end": {
          "line": 12,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 354,
      "end": 355,
      "loc": {
        "start": {
          "line": 12,
          "column": 23
        },
        "end": {
          "line": 12,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 355,
      "end": 356,
      "loc": {
        "start": {
          "line": 12,
          "column": 24
        },
        "end": {
          "line": 12,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 361,
      "end": 364,
      "loc": {
        "start": {
          "line": 13,
          "column": 4
        },
        "end": {
          "line": 13,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 364,
      "end": 365,
      "loc": {
        "start": {
          "line": 13,
          "column": 7
        },
        "end": {
          "line": 13,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 365,
      "end": 369,
      "loc": {
        "start": {
          "line": 13,
          "column": 8
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 370,
      "end": 371,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 372,
      "end": 376,
      "loc": {
        "start": {
          "line": 13,
          "column": 15
        },
        "end": {
          "line": 13,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 376,
      "end": 377,
      "loc": {
        "start": {
          "line": 13,
          "column": 19
        },
        "end": {
          "line": 13,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 377,
      "end": 381,
      "loc": {
        "start": {
          "line": 13,
          "column": 20
        },
        "end": {
          "line": 13,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 381,
      "end": 382,
      "loc": {
        "start": {
          "line": 13,
          "column": 24
        },
        "end": {
          "line": 13,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 385,
      "end": 386,
      "loc": {
        "start": {
          "line": 14,
          "column": 2
        },
        "end": {
          "line": 14,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 387,
      "end": 391,
      "loc": {
        "start": {
          "line": 14,
          "column": 4
        },
        "end": {
          "line": 14,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 392,
      "end": 394,
      "loc": {
        "start": {
          "line": 14,
          "column": 9
        },
        "end": {
          "line": 14,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 395,
      "end": 396,
      "loc": {
        "start": {
          "line": 14,
          "column": 12
        },
        "end": {
          "line": 14,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 396,
      "end": 400,
      "loc": {
        "start": {
          "line": 14,
          "column": 13
        },
        "end": {
          "line": 14,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 400,
      "end": 401,
      "loc": {
        "start": {
          "line": 14,
          "column": 17
        },
        "end": {
          "line": 14,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 401,
      "end": 405,
      "loc": {
        "start": {
          "line": 14,
          "column": 18
        },
        "end": {
          "line": 14,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 406,
      "end": 408,
      "loc": {
        "start": {
          "line": 14,
          "column": 23
        },
        "end": {
          "line": 14,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "value",
      "start": 409,
      "end": 416,
      "loc": {
        "start": {
          "line": 14,
          "column": 26
        },
        "end": {
          "line": 14,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 416,
      "end": 417,
      "loc": {
        "start": {
          "line": 14,
          "column": 33
        },
        "end": {
          "line": 14,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 418,
      "end": 419,
      "loc": {
        "start": {
          "line": 14,
          "column": 35
        },
        "end": {
          "line": 14,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 424,
      "end": 427,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 15,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 428,
      "end": 429,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 430,
      "end": 433,
      "loc": {
        "start": {
          "line": 15,
          "column": 10
        },
        "end": {
          "line": 15,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Value",
      "start": 434,
      "end": 439,
      "loc": {
        "start": {
          "line": 15,
          "column": 14
        },
        "end": {
          "line": 15,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 439,
      "end": 440,
      "loc": {
        "start": {
          "line": 15,
          "column": 19
        },
        "end": {
          "line": 15,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 440,
      "end": 444,
      "loc": {
        "start": {
          "line": 15,
          "column": 20
        },
        "end": {
          "line": 15,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 444,
      "end": 445,
      "loc": {
        "start": {
          "line": 15,
          "column": 24
        },
        "end": {
          "line": 15,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 445,
      "end": 446,
      "loc": {
        "start": {
          "line": 15,
          "column": 25
        },
        "end": {
          "line": 15,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 449,
      "end": 450,
      "loc": {
        "start": {
          "line": 16,
          "column": 2
        },
        "end": {
          "line": 16,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 451,
      "end": 455,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 16,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 456,
      "end": 458,
      "loc": {
        "start": {
          "line": 16,
          "column": 9
        },
        "end": {
          "line": 16,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 459,
      "end": 460,
      "loc": {
        "start": {
          "line": 16,
          "column": 12
        },
        "end": {
          "line": 16,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 460,
      "end": 464,
      "loc": {
        "start": {
          "line": 16,
          "column": 13
        },
        "end": {
          "line": 16,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 464,
      "end": 465,
      "loc": {
        "start": {
          "line": 16,
          "column": 17
        },
        "end": {
          "line": 16,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 465,
      "end": 469,
      "loc": {
        "start": {
          "line": 16,
          "column": 18
        },
        "end": {
          "line": 16,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 470,
      "end": 472,
      "loc": {
        "start": {
          "line": 16,
          "column": 23
        },
        "end": {
          "line": 16,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "regex",
      "start": 473,
      "end": 480,
      "loc": {
        "start": {
          "line": 16,
          "column": 26
        },
        "end": {
          "line": 16,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 480,
      "end": 481,
      "loc": {
        "start": {
          "line": 16,
          "column": 33
        },
        "end": {
          "line": 16,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 482,
      "end": 483,
      "loc": {
        "start": {
          "line": 16,
          "column": 35
        },
        "end": {
          "line": 16,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 488,
      "end": 491,
      "loc": {
        "start": {
          "line": 17,
          "column": 4
        },
        "end": {
          "line": 17,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 492,
      "end": 493,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 494,
      "end": 497,
      "loc": {
        "start": {
          "line": 17,
          "column": 10
        },
        "end": {
          "line": 17,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Regex",
      "start": 498,
      "end": 503,
      "loc": {
        "start": {
          "line": 17,
          "column": 14
        },
        "end": {
          "line": 17,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 503,
      "end": 504,
      "loc": {
        "start": {
          "line": 17,
          "column": 19
        },
        "end": {
          "line": 17,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 504,
      "end": 508,
      "loc": {
        "start": {
          "line": 17,
          "column": 20
        },
        "end": {
          "line": 17,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 508,
      "end": 509,
      "loc": {
        "start": {
          "line": 17,
          "column": 24
        },
        "end": {
          "line": 17,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 509,
      "end": 510,
      "loc": {
        "start": {
          "line": 17,
          "column": 25
        },
        "end": {
          "line": 17,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 515,
      "end": 518,
      "loc": {
        "start": {
          "line": 18,
          "column": 4
        },
        "end": {
          "line": 18,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 518,
      "end": 519,
      "loc": {
        "start": {
          "line": 18,
          "column": 7
        },
        "end": {
          "line": 18,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 519,
      "end": 523,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 524,
      "end": 525,
      "loc": {
        "start": {
          "line": 18,
          "column": 13
        },
        "end": {
          "line": 18,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 526,
      "end": 530,
      "loc": {
        "start": {
          "line": 18,
          "column": 15
        },
        "end": {
          "line": 18,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 530,
      "end": 531,
      "loc": {
        "start": {
          "line": 18,
          "column": 19
        },
        "end": {
          "line": 18,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 531,
      "end": 535,
      "loc": {
        "start": {
          "line": 18,
          "column": 20
        },
        "end": {
          "line": 18,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 535,
      "end": 536,
      "loc": {
        "start": {
          "line": 18,
          "column": 24
        },
        "end": {
          "line": 18,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 541,
      "end": 544,
      "loc": {
        "start": {
          "line": 19,
          "column": 4
        },
        "end": {
          "line": 19,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 544,
      "end": 545,
      "loc": {
        "start": {
          "line": 19,
          "column": 7
        },
        "end": {
          "line": 19,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "flags",
      "start": 545,
      "end": 550,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 551,
      "end": 552,
      "loc": {
        "start": {
          "line": 19,
          "column": 14
        },
        "end": {
          "line": 19,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 553,
      "end": 557,
      "loc": {
        "start": {
          "line": 19,
          "column": 16
        },
        "end": {
          "line": 19,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 557,
      "end": 558,
      "loc": {
        "start": {
          "line": 19,
          "column": 20
        },
        "end": {
          "line": 19,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "flags",
      "start": 558,
      "end": 563,
      "loc": {
        "start": {
          "line": 19,
          "column": 21
        },
        "end": {
          "line": 19,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 563,
      "end": 564,
      "loc": {
        "start": {
          "line": 19,
          "column": 26
        },
        "end": {
          "line": 19,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 567,
      "end": 568,
      "loc": {
        "start": {
          "line": 20,
          "column": 2
        },
        "end": {
          "line": 20,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 569,
      "end": 573,
      "loc": {
        "start": {
          "line": 20,
          "column": 4
        },
        "end": {
          "line": 20,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 574,
      "end": 575,
      "loc": {
        "start": {
          "line": 20,
          "column": 9
        },
        "end": {
          "line": 20,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 580,
      "end": 585,
      "loc": {
        "start": {
          "line": 21,
          "column": 4
        },
        "end": {
          "line": 21,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 586,
      "end": 589,
      "loc": {
        "start": {
          "line": 21,
          "column": 10
        },
        "end": {
          "line": 21,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SyntaxError",
      "start": 590,
      "end": 601,
      "loc": {
        "start": {
          "line": 21,
          "column": 14
        },
        "end": {
          "line": 21,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 601,
      "end": 602,
      "loc": {
        "start": {
          "line": 21,
          "column": 25
        },
        "end": {
          "line": 21,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 602,
      "end": 603,
      "loc": {
        "start": {
          "line": 21,
          "column": 26
        },
        "end": {
          "line": 21,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Unrecognized token ",
      "start": 603,
      "end": 622,
      "loc": {
        "start": {
          "line": 21,
          "column": 27
        },
        "end": {
          "line": 21,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 622,
      "end": 624,
      "loc": {
        "start": {
          "line": 21,
          "column": 46
        },
        "end": {
          "line": 21,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "utils",
      "start": 624,
      "end": 629,
      "loc": {
        "start": {
          "line": 21,
          "column": 48
        },
        "end": {
          "line": 21,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 629,
      "end": 630,
      "loc": {
        "start": {
          "line": 21,
          "column": 53
        },
        "end": {
          "line": 21,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ins",
      "start": 630,
      "end": 633,
      "loc": {
        "start": {
          "line": 21,
          "column": 54
        },
        "end": {
          "line": 21,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 633,
      "end": 634,
      "loc": {
        "start": {
          "line": 21,
          "column": 57
        },
        "end": {
          "line": 21,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tree",
      "start": 634,
      "end": 638,
      "loc": {
        "start": {
          "line": 21,
          "column": 58
        },
        "end": {
          "line": 21,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 638,
      "end": 639,
      "loc": {
        "start": {
          "line": 21,
          "column": 62
        },
        "end": {
          "line": 21,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 639,
      "end": 640,
      "loc": {
        "start": {
          "line": 21,
          "column": 63
        },
        "end": {
          "line": 21,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 640,
      "end": 640,
      "loc": {
        "start": {
          "line": 21,
          "column": 64
        },
        "end": {
          "line": 21,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 640,
      "end": 641,
      "loc": {
        "start": {
          "line": 21,
          "column": 64
        },
        "end": {
          "line": 21,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 641,
      "end": 642,
      "loc": {
        "start": {
          "line": 21,
          "column": 65
        },
        "end": {
          "line": 21,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 642,
      "end": 643,
      "loc": {
        "start": {
          "line": 21,
          "column": 66
        },
        "end": {
          "line": 21,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 646,
      "end": 647,
      "loc": {
        "start": {
          "line": 22,
          "column": 2
        },
        "end": {
          "line": 22,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 651,
      "end": 657,
      "loc": {
        "start": {
          "line": 24,
          "column": 2
        },
        "end": {
          "line": 24,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 658,
      "end": 661,
      "loc": {
        "start": {
          "line": 24,
          "column": 9
        },
        "end": {
          "line": 24,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 661,
      "end": 662,
      "loc": {
        "start": {
          "line": 24,
          "column": 12
        },
        "end": {
          "line": 24,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 663,
      "end": 664,
      "loc": {
        "start": {
          "line": 25,
          "column": 0
        },
        "end": {
          "line": 25,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 664,
      "end": 665,
      "loc": {
        "start": {
          "line": 25,
          "column": 1
        },
        "end": {
          "line": 25,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 667,
      "end": 673,
      "loc": {
        "start": {
          "line": 27,
          "column": 0
        },
        "end": {
          "line": 27,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 674,
      "end": 675,
      "loc": {
        "start": {
          "line": 27,
          "column": 7
        },
        "end": {
          "line": 27,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "json2AST",
      "start": 676,
      "end": 684,
      "loc": {
        "start": {
          "line": 27,
          "column": 9
        },
        "end": {
          "line": 27,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 685,
      "end": 686,
      "loc": {
        "start": {
          "line": 27,
          "column": 18
        },
        "end": {
          "line": 27,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 686,
      "end": 687,
      "loc": {
        "start": {
          "line": 27,
          "column": 19
        },
        "end": {
          "line": 27,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 688,
      "end": 688,
      "loc": {
        "start": {
          "line": 28,
          "column": 0
        },
        "end": {
          "line": 28,
          "column": 0
        }
      }
    }
  ]
}