{
  "type": "File",
  "start": 0,
  "end": 1691,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 74,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 1691,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 74,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 30,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 30
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 14,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 14
              }
            },
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 14,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 14
                },
                "identifierName": "process"
              },
              "name": "process"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 20,
          "end": 29,
          "loc": {
            "start": {
              "line": 1,
              "column": 20
            },
            "end": {
              "line": 1,
              "column": 29
            }
          },
          "extra": {
            "rawValue": "process",
            "raw": "\"process\""
          },
          "value": "process"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 31,
        "end": 63,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 32
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 38,
            "end": 46,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 15
              }
            },
            "local": {
              "type": "Identifier",
              "start": 38,
              "end": 46,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 15
                },
                "identifierName": "readline"
              },
              "name": "readline"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 52,
          "end": 62,
          "loc": {
            "start": {
              "line": 2,
              "column": 21
            },
            "end": {
              "line": 2,
              "column": 31
            }
          },
          "extra": {
            "rawValue": "readline",
            "raw": "\"readline\""
          },
          "value": "readline"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 65,
        "end": 108,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 43
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 74,
            "end": 79,
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 14
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 74,
              "end": 79,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 9
                },
                "end": {
                  "line": 4,
                  "column": 14
                },
                "identifierName": "Lexer"
              },
              "name": "Lexer"
            },
            "local": {
              "type": "Identifier",
              "start": 74,
              "end": 79,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 9
                },
                "end": {
                  "line": 4,
                  "column": 14
                },
                "identifierName": "Lexer"
              },
              "name": "Lexer"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 87,
          "end": 107,
          "loc": {
            "start": {
              "line": 4,
              "column": 22
            },
            "end": {
              "line": 4,
              "column": 42
            }
          },
          "extra": {
            "rawValue": "../parser/lexer.js",
            "raw": "\"../parser/lexer.js\""
          },
          "value": "../parser/lexer.js"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 109,
        "end": 153,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 44
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 118,
            "end": 124,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 15
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 118,
              "end": 124,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 15
                },
                "identifierName": "Parser"
              },
              "name": "Parser"
            },
            "local": {
              "type": "Identifier",
              "start": 118,
              "end": 124,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 15
                },
                "identifierName": "Parser"
              },
              "name": "Parser"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 132,
          "end": 152,
          "loc": {
            "start": {
              "line": 5,
              "column": 23
            },
            "end": {
              "line": 5,
              "column": 43
            }
          },
          "extra": {
            "rawValue": "../parser/parse.js",
            "raw": "\"../parser/parse.js\""
          },
          "value": "../parser/parse.js"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 154,
        "end": 204,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 50
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 163,
            "end": 169,
            "loc": {
              "start": {
                "line": 6,
                "column": 9
              },
              "end": {
                "line": 6,
                "column": 15
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 163,
              "end": 169,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 9
                },
                "end": {
                  "line": 6,
                  "column": 15
                },
                "identifierName": "TopEnv"
              },
              "name": "TopEnv"
            },
            "local": {
              "type": "Identifier",
              "start": 163,
              "end": 169,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 9
                },
                "end": {
                  "line": 6,
                  "column": 15
                },
                "identifierName": "TopEnv"
              },
              "name": "TopEnv"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 177,
          "end": 203,
          "loc": {
            "start": {
              "line": 6,
              "column": 23
            },
            "end": {
              "line": 6,
              "column": 49
            }
          },
          "extra": {
            "rawValue": "../interp/environment.js",
            "raw": "\"../interp/environment.js\""
          },
          "value": "../interp/environment.js"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 205,
        "end": 248,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 43
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 214,
            "end": 219,
            "loc": {
              "start": {
                "line": 7,
                "column": 9
              },
              "end": {
                "line": 7,
                "column": 14
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 214,
              "end": 219,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 9
                },
                "end": {
                  "line": 7,
                  "column": 14
                },
                "identifierName": "Eggvm"
              },
              "name": "Eggvm"
            },
            "local": {
              "type": "Identifier",
              "start": 214,
              "end": 219,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 9
                },
                "end": {
                  "line": 7,
                  "column": 14
                },
                "identifierName": "Eggvm"
              },
              "name": "Eggvm"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 227,
          "end": 247,
          "loc": {
            "start": {
              "line": 7,
              "column": 22
            },
            "end": {
              "line": 7,
              "column": 42
            }
          },
          "extra": {
            "rawValue": "../interp/eggvm.js",
            "raw": "\"../interp/eggvm.js\""
          },
          "value": "../interp/eggvm.js"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 250,
        "end": 291,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 9,
            "column": 41
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 257,
            "end": 267,
            "loc": {
              "start": {
                "line": 9,
                "column": 7
              },
              "end": {
                "line": 9,
                "column": 17
              }
            },
            "local": {
              "type": "Identifier",
              "start": 257,
              "end": 267,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 7
                },
                "end": {
                  "line": 9,
                  "column": 17
                },
                "identifierName": "extensions"
              },
              "name": "extensions"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 273,
          "end": 290,
          "loc": {
            "start": {
              "line": 9,
              "column": 23
            },
            "end": {
              "line": 9,
              "column": 40
            }
          },
          "extra": {
            "rawValue": "./extensions.js",
            "raw": "\"./extensions.js\""
          },
          "value": "./extensions.js"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 292,
        "end": 325,
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 33
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 299,
            "end": 305,
            "loc": {
              "start": {
                "line": 10,
                "column": 7
              },
              "end": {
                "line": 10,
                "column": 13
              }
            },
            "local": {
              "type": "Identifier",
              "start": 299,
              "end": 305,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 7
                },
                "end": {
                  "line": 10,
                  "column": 13
                },
                "identifierName": "colors"
              },
              "name": "colors"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 311,
          "end": 324,
          "loc": {
            "start": {
              "line": 10,
              "column": 19
            },
            "end": {
              "line": 10,
              "column": 32
            }
          },
          "extra": {
            "rawValue": "./colors.js",
            "raw": "\"./colors.js\""
          },
          "value": "./colors.js"
        }
      },
      {
        "type": "Identifier",
        "start": 327,
        "end": 1672,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 71,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 333,
            "end": 1671,
            "loc": {
              "start": {
                "line": 12,
                "column": 6
              },
              "end": {
                "line": 71,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 333,
              "end": 337,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 6
                },
                "end": {
                  "line": 12,
                  "column": 10
                },
                "identifierName": "repl"
              },
              "name": "repl"
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 340,
              "end": 1671,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 13
                },
                "end": {
                  "line": 71,
                  "column": 1
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 346,
                "end": 1671,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 19
                  },
                  "end": {
                    "line": 71,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 383,
                    "end": 420,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 2
                      },
                      "end": {
                        "line": 14,
                        "column": 39
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 389,
                        "end": 419,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 8
                          },
                          "end": {
                            "line": 14,
                            "column": 38
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 389,
                          "end": 395,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 8
                            },
                            "end": {
                              "line": 14,
                              "column": 14
                            },
                            "identifierName": "topEnv"
                          },
                          "name": "topEnv",
                          "leadingComments": null
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 398,
                          "end": 419,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 17
                            },
                            "end": {
                              "line": 14,
                              "column": 38
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 398,
                            "end": 411,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 17
                              },
                              "end": {
                                "line": 14,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 398,
                              "end": 404,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 17
                                },
                                "end": {
                                  "line": 14,
                                  "column": 23
                                },
                                "identifierName": "Object"
                              },
                              "name": "Object"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 405,
                              "end": 411,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 24
                                },
                                "end": {
                                  "line": 14,
                                  "column": 30
                                },
                                "identifierName": "create"
                              },
                              "name": "create"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 412,
                              "end": 418,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 31
                                },
                                "end": {
                                  "line": 14,
                                  "column": 37
                                },
                                "identifierName": "TopEnv"
                              },
                              "name": "TopEnv"
                            }
                          ]
                        },
                        "leadingComments": null
                      }
                    ],
                    "kind": "const",
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Create the REPL environment",
                        "start": 350,
                        "end": 380,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 2
                          },
                          "end": {
                            "line": 13,
                            "column": 32
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 423,
                    "end": 449,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 2
                      },
                      "end": {
                        "line": 15,
                        "column": 28
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 429,
                        "end": 448,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 8
                          },
                          "end": {
                            "line": 15,
                            "column": 27
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 429,
                          "end": 434,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 15,
                              "column": 13
                            },
                            "identifierName": "lexer"
                          },
                          "name": "lexer"
                        },
                        "init": {
                          "type": "NewExpression",
                          "start": 437,
                          "end": 448,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 16
                            },
                            "end": {
                              "line": 15,
                              "column": 27
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 441,
                            "end": 446,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 20
                              },
                              "end": {
                                "line": 15,
                                "column": 25
                              },
                              "identifierName": "Lexer"
                            },
                            "name": "Lexer"
                          },
                          "arguments": []
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 452,
                    "end": 480,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 2
                      },
                      "end": {
                        "line": 16,
                        "column": 30
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 458,
                        "end": 479,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 8
                          },
                          "end": {
                            "line": 16,
                            "column": 29
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 458,
                          "end": 464,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 8
                            },
                            "end": {
                              "line": 16,
                              "column": 14
                            },
                            "identifierName": "parser"
                          },
                          "name": "parser"
                        },
                        "init": {
                          "type": "NewExpression",
                          "start": 467,
                          "end": 479,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 17
                            },
                            "end": {
                              "line": 16,
                              "column": 29
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 471,
                            "end": 477,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 21
                              },
                              "end": {
                                "line": 16,
                                "column": 27
                              },
                              "identifierName": "Parser"
                            },
                            "name": "Parser"
                          },
                          "arguments": []
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 484,
                    "end": 501,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 2
                      },
                      "end": {
                        "line": 18,
                        "column": 19
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 488,
                        "end": 500,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 6
                          },
                          "end": {
                            "line": 18,
                            "column": 18
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 488,
                          "end": 495,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 6
                            },
                            "end": {
                              "line": 18,
                              "column": 13
                            },
                            "identifierName": "program"
                          },
                          "name": "program"
                        },
                        "init": {
                          "type": "StringLiteral",
                          "start": 498,
                          "end": 500,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 16
                            },
                            "end": {
                              "line": 18,
                              "column": 18
                            }
                          },
                          "extra": {
                            "rawValue": "",
                            "raw": "\"\""
                          },
                          "value": ""
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 504,
                    "end": 518,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 2
                      },
                      "end": {
                        "line": 19,
                        "column": 16
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 508,
                        "end": 517,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 6
                          },
                          "end": {
                            "line": 19,
                            "column": 15
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 508,
                          "end": 513,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 6
                            },
                            "end": {
                              "line": 19,
                              "column": 11
                            },
                            "identifierName": "stack"
                          },
                          "name": "stack"
                        },
                        "init": {
                          "type": "NumericLiteral",
                          "start": 516,
                          "end": 517,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 14
                            },
                            "end": {
                              "line": 19,
                              "column": 15
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 522,
                    "end": 543,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 2
                      },
                      "end": {
                        "line": 21,
                        "column": 23
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 522,
                      "end": 542,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 2
                        },
                        "end": {
                          "line": 21,
                          "column": 22
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 522,
                        "end": 540,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 2
                          },
                          "end": {
                            "line": 21,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 522,
                          "end": 532,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 2
                            },
                            "end": {
                              "line": 21,
                              "column": 12
                            },
                            "identifierName": "extensions"
                          },
                          "name": "extensions"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 533,
                          "end": 540,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 13
                            },
                            "end": {
                              "line": 21,
                              "column": 20
                            },
                            "identifierName": "eggInfo"
                          },
                          "name": "eggInfo"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "TryStatement",
                    "start": 547,
                    "end": 1669,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 2
                      },
                      "end": {
                        "line": 70,
                        "column": 3
                      }
                    },
                    "block": {
                      "type": "BlockStatement",
                      "start": 551,
                      "end": 1603,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 6
                        },
                        "end": {
                          "line": 67,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 557,
                          "end": 693,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 4
                            },
                            "end": {
                              "line": 26,
                              "column": 7
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 563,
                              "end": 692,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 10
                                },
                                "end": {
                                  "line": 26,
                                  "column": 6
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 563,
                                "end": 565,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 12
                                  },
                                  "identifierName": "rl"
                                },
                                "name": "rl"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 568,
                                "end": 692,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 6
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 568,
                                  "end": 592,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 568,
                                    "end": 576,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 23
                                      },
                                      "identifierName": "readline"
                                    },
                                    "name": "readline"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 577,
                                    "end": 592,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 39
                                      },
                                      "identifierName": "createInterface"
                                    },
                                    "name": "createInterface"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 593,
                                    "end": 606,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 53
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 593,
                                      "end": 600,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 47
                                        },
                                        "identifierName": "process"
                                      },
                                      "name": "process"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 601,
                                      "end": 606,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 53
                                        },
                                        "identifierName": "stdin"
                                      },
                                      "name": "stdin"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 608,
                                    "end": 622,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 69
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 608,
                                      "end": 615,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 62
                                        },
                                        "identifierName": "process"
                                      },
                                      "name": "process"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 616,
                                      "end": 622,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 69
                                        },
                                        "identifierName": "stdout"
                                      },
                                      "name": "stdout"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 624,
                                    "end": 691,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 71
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 5
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 624,
                                        "end": 628,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 75
                                          },
                                          "identifierName": "line"
                                        },
                                        "name": "line"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 632,
                                      "end": 691,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 79
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 5
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 640,
                                          "end": 685,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 51
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 647,
                                            "end": 684,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 50
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 647,
                                              "end": 670,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 36
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 647,
                                                "end": 657,
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 23
                                                  },
                                                  "identifierName": "extensions"
                                                },
                                                "name": "extensions"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 658,
                                                "end": 670,
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 36
                                                  },
                                                  "identifierName": "eggCompleter"
                                                },
                                                "name": "eggCompleter"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 671,
                                                "end": 675,
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 41
                                                  },
                                                  "identifierName": "line"
                                                },
                                                "name": "line"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 677,
                                                "end": 683,
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 49
                                                  },
                                                  "identifierName": "topEnv"
                                                },
                                                "name": "topEnv"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 699,
                          "end": 740,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 4
                            },
                            "end": {
                              "line": 28,
                              "column": 45
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 699,
                            "end": 739,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 4
                              },
                              "end": {
                                "line": 28,
                                "column": 44
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 699,
                              "end": 711,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 4
                                },
                                "end": {
                                  "line": 28,
                                  "column": 16
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 699,
                                "end": 701,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 6
                                  },
                                  "identifierName": "rl"
                                },
                                "name": "rl"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 702,
                                "end": 711,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 16
                                  },
                                  "identifierName": "setPrompt"
                                },
                                "name": "setPrompt"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 712,
                                "end": 738,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 43
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 712,
                                  "end": 736,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 712,
                                    "end": 722,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 27
                                      },
                                      "identifierName": "extensions"
                                    },
                                    "name": "extensions"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 723,
                                    "end": 736,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 41
                                      },
                                      "identifierName": "getPromptLine"
                                    },
                                    "name": "getPromptLine"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 745,
                          "end": 757,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 4
                            },
                            "end": {
                              "line": 29,
                              "column": 16
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 745,
                            "end": 756,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 4
                              },
                              "end": {
                                "line": 29,
                                "column": 15
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 745,
                              "end": 754,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 4
                                },
                                "end": {
                                  "line": 29,
                                  "column": 13
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 745,
                                "end": 747,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 6
                                  },
                                  "identifierName": "rl"
                                },
                                "name": "rl"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 748,
                                "end": 754,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 13
                                  },
                                  "identifierName": "prompt"
                                },
                                "name": "prompt"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 763,
                          "end": 1278,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 4
                            },
                            "end": {
                              "line": 50,
                              "column": 7
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 763,
                            "end": 1277,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 4
                              },
                              "end": {
                                "line": 50,
                                "column": 6
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 763,
                              "end": 768,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 4
                                },
                                "end": {
                                  "line": 31,
                                  "column": 9
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 763,
                                "end": 765,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 6
                                  },
                                  "identifierName": "rl"
                                },
                                "name": "rl"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 766,
                                "end": 768,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 9
                                  },
                                  "identifierName": "on"
                                },
                                "name": "on"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 769,
                                "end": 775,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 16
                                  }
                                },
                                "extra": {
                                  "rawValue": "line",
                                  "raw": "\"line\""
                                },
                                "value": "line"
                              },
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 777,
                                "end": 1276,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 5
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 777,
                                    "end": 781,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 22
                                      },
                                      "identifierName": "line"
                                    },
                                    "name": "line"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 785,
                                  "end": 1276,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 793,
                                      "end": 816,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 29
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 793,
                                        "end": 815,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 28
                                          }
                                        },
                                        "operator": "+=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 793,
                                          "end": 800,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 13
                                            },
                                            "identifierName": "program"
                                          },
                                          "name": "program"
                                        },
                                        "right": {
                                          "type": "BinaryExpression",
                                          "start": 804,
                                          "end": 815,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 28
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 804,
                                            "end": 808,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 21
                                              },
                                              "identifierName": "line"
                                            },
                                            "name": "line"
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 811,
                                            "end": 815,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 28
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "\n",
                                              "raw": "\"\\n\""
                                            },
                                            "value": "\n"
                                          }
                                        }
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " Count the number of LPS (+) or RPS (-)",
                                          "start": 824,
                                          "end": 865,
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 47
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 872,
                                      "end": 909,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 43
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 872,
                                        "end": 908,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 42
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 872,
                                          "end": 877,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 11
                                            },
                                            "identifierName": "stack"
                                          },
                                          "name": "stack",
                                          "leadingComments": null
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 880,
                                          "end": 908,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 42
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 880,
                                            "end": 899,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 880,
                                              "end": 885,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 19
                                                },
                                                "identifierName": "lexer"
                                              },
                                              "name": "lexer"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 886,
                                              "end": 899,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 33
                                                },
                                                "identifierName": "getParBalance"
                                              },
                                              "name": "getParBalance"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 900,
                                              "end": 907,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 41
                                                },
                                                "identifierName": "program"
                                              },
                                              "name": "program"
                                            }
                                          ]
                                        },
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " Count the number of LPS (+) or RPS (-)",
                                          "start": 824,
                                          "end": 865,
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 47
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "IfStatement",
                                      "start": 917,
                                      "end": 1181,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 7
                                        }
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 921,
                                        "end": 931,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 20
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 921,
                                          "end": 926,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 15
                                            },
                                            "identifierName": "stack"
                                          },
                                          "name": "stack"
                                        },
                                        "operator": "<=",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 930,
                                          "end": 931,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 20
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 933,
                                        "end": 1181,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "TryStatement",
                                            "start": 943,
                                            "end": 1173,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 9
                                              }
                                            },
                                            "block": {
                                              "type": "BlockStatement",
                                              "start": 947,
                                              "end": 1011,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 959,
                                                  "end": 1001,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 52
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 959,
                                                    "end": 1000,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 51
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 959,
                                                      "end": 969,
                                                      "loc": {
                                                        "start": {
                                                          "line": 39,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 39,
                                                          "column": 20
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 959,
                                                        "end": 964,
                                                        "loc": {
                                                          "start": {
                                                            "line": 39,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 39,
                                                            "column": 15
                                                          },
                                                          "identifierName": "Eggvm"
                                                        },
                                                        "name": "Eggvm"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 965,
                                                        "end": 969,
                                                        "loc": {
                                                          "start": {
                                                            "line": 39,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 39,
                                                            "column": 20
                                                          },
                                                          "identifierName": "eval"
                                                        },
                                                        "name": "eval"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "CallExpression",
                                                        "start": 970,
                                                        "end": 991,
                                                        "loc": {
                                                          "start": {
                                                            "line": 39,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 39,
                                                            "column": 42
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 970,
                                                          "end": 982,
                                                          "loc": {
                                                            "start": {
                                                              "line": 39,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 39,
                                                              "column": 33
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 970,
                                                            "end": 976,
                                                            "loc": {
                                                              "start": {
                                                                "line": 39,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 39,
                                                                "column": 27
                                                              },
                                                              "identifierName": "parser"
                                                            },
                                                            "name": "parser"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 977,
                                                            "end": 982,
                                                            "loc": {
                                                              "start": {
                                                                "line": 39,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 39,
                                                                "column": 33
                                                              },
                                                              "identifierName": "parse"
                                                            },
                                                            "name": "parse"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 983,
                                                            "end": 990,
                                                            "loc": {
                                                              "start": {
                                                                "line": 39,
                                                                "column": 34
                                                              },
                                                              "end": {
                                                                "line": 39,
                                                                "column": 41
                                                              },
                                                              "identifierName": "program"
                                                            },
                                                            "name": "program"
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 993,
                                                        "end": 999,
                                                        "loc": {
                                                          "start": {
                                                            "line": 39,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 39,
                                                            "column": 50
                                                          },
                                                          "identifierName": "topEnv"
                                                        },
                                                        "name": "topEnv"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "handler": {
                                              "type": "CatchClause",
                                              "start": 1012,
                                              "end": 1108,
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 9
                                                }
                                              },
                                              "param": {
                                                "type": "Identifier",
                                                "start": 1019,
                                                "end": 1022,
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 20
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              },
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 1024,
                                                "end": 1108,
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 1036,
                                                    "end": 1098,
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 72
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 1036,
                                                      "end": 1097,
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 71
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 1036,
                                                        "end": 1047,
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 21
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1036,
                                                          "end": 1043,
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 17
                                                            },
                                                            "identifierName": "console"
                                                          },
                                                          "name": "console"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1044,
                                                          "end": 1047,
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 21
                                                            },
                                                            "identifierName": "log"
                                                          },
                                                          "name": "log"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "TemplateLiteral",
                                                          "start": 1048,
                                                          "end": 1096,
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 22
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 70
                                                            }
                                                          },
                                                          "expressions": [
                                                            {
                                                              "type": "MemberExpression",
                                                              "start": 1051,
                                                              "end": 1061,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 35
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 1051,
                                                                "end": 1057,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 25
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 31
                                                                  },
                                                                  "identifierName": "colors"
                                                                },
                                                                "name": "colors"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1058,
                                                                "end": 1061,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 32
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 35
                                                                  },
                                                                  "identifierName": "RED"
                                                                },
                                                                "name": "RED"
                                                              },
                                                              "computed": false
                                                            },
                                                            {
                                                              "type": "Identifier",
                                                              "start": 1073,
                                                              "end": 1076,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 47
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 50
                                                                },
                                                                "identifierName": "err"
                                                              },
                                                              "name": "err"
                                                            },
                                                            {
                                                              "type": "MemberExpression",
                                                              "start": 1080,
                                                              "end": 1094,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 54
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 68
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 1080,
                                                                "end": 1086,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 54
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 60
                                                                  },
                                                                  "identifierName": "colors"
                                                                },
                                                                "name": "colors"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1087,
                                                                "end": 1094,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 61
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 68
                                                                  },
                                                                  "identifierName": "DEFAULT"
                                                                },
                                                                "name": "DEFAULT"
                                                              },
                                                              "computed": false
                                                            }
                                                          ],
                                                          "quasis": [
                                                            {
                                                              "type": "TemplateElement",
                                                              "start": 1049,
                                                              "end": 1049,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 23
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 23
                                                                }
                                                              },
                                                              "value": {
                                                                "raw": "",
                                                                "cooked": ""
                                                              },
                                                              "tail": false
                                                            },
                                                            {
                                                              "type": "TemplateElement",
                                                              "start": 1062,
                                                              "end": 1071,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 36
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 45
                                                                }
                                                              },
                                                              "value": {
                                                                "raw": " Error:: ",
                                                                "cooked": " Error:: "
                                                              },
                                                              "tail": false
                                                            },
                                                            {
                                                              "type": "TemplateElement",
                                                              "start": 1077,
                                                              "end": 1078,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 51
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 52
                                                                }
                                                              },
                                                              "value": {
                                                                "raw": " ",
                                                                "cooked": " "
                                                              },
                                                              "tail": false
                                                            },
                                                            {
                                                              "type": "TemplateElement",
                                                              "start": 1095,
                                                              "end": 1095,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 69
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 69
                                                                }
                                                              },
                                                              "value": {
                                                                "raw": "",
                                                                "cooked": ""
                                                              },
                                                              "tail": true
                                                            }
                                                          ]
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            },
                                            "guardedHandlers": [],
                                            "finalizer": {
                                              "type": "BlockStatement",
                                              "start": 1117,
                                              "end": 1173,
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 1129,
                                                  "end": 1142,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 23
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 1129,
                                                    "end": 1141,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 22
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 1129,
                                                      "end": 1136,
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 17
                                                        },
                                                        "identifierName": "program"
                                                      },
                                                      "name": "program"
                                                    },
                                                    "right": {
                                                      "type": "StringLiteral",
                                                      "start": 1139,
                                                      "end": 1141,
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 22
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "",
                                                        "raw": "\"\""
                                                      },
                                                      "value": ""
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 1153,
                                                  "end": 1163,
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 20
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 1153,
                                                    "end": 1162,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 19
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 1153,
                                                      "end": 1158,
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 15
                                                        },
                                                        "identifierName": "stack"
                                                      },
                                                      "name": "stack"
                                                    },
                                                    "right": {
                                                      "type": "NumericLiteral",
                                                      "start": 1161,
                                                      "end": 1162,
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 19
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 0,
                                                        "raw": "0"
                                                      },
                                                      "value": 0
                                                    }
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": null
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1189,
                                      "end": 1251,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 68
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1189,
                                        "end": 1250,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 67
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1189,
                                          "end": 1201,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 18
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1189,
                                            "end": 1191,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 8
                                              },
                                              "identifierName": "rl"
                                            },
                                            "name": "rl"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1192,
                                            "end": 1201,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 9
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 18
                                              },
                                              "identifierName": "setPrompt"
                                            },
                                            "name": "setPrompt"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 1202,
                                            "end": 1249,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 66
                                              }
                                            },
                                            "left": {
                                              "type": "CallExpression",
                                              "start": 1202,
                                              "end": 1228,
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 45
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1202,
                                                "end": 1226,
                                                "loc": {
                                                  "start": {
                                                    "line": 48,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 48,
                                                    "column": 43
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1202,
                                                  "end": 1212,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 29
                                                    },
                                                    "identifierName": "extensions"
                                                  },
                                                  "name": "extensions"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1213,
                                                  "end": 1226,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 43
                                                    },
                                                    "identifierName": "getPromptLine"
                                                  },
                                                  "name": "getPromptLine"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 1231,
                                              "end": 1249,
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 66
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1231,
                                                "end": 1242,
                                                "loc": {
                                                  "start": {
                                                    "line": 48,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 48,
                                                    "column": 59
                                                  }
                                                },
                                                "object": {
                                                  "type": "StringLiteral",
                                                  "start": 1231,
                                                  "end": 1235,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 52
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "..",
                                                    "raw": "\"..\""
                                                  },
                                                  "value": ".."
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1236,
                                                  "end": 1242,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 59
                                                    },
                                                    "identifierName": "repeat"
                                                  },
                                                  "name": "repeat"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 1243,
                                                  "end": 1248,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 65
                                                    },
                                                    "identifierName": "stack"
                                                  },
                                                  "name": "stack"
                                                }
                                              ]
                                            }
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1258,
                                      "end": 1270,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 18
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1258,
                                        "end": 1269,
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 17
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1258,
                                          "end": 1267,
                                          "loc": {
                                            "start": {
                                              "line": 49,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 15
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1258,
                                            "end": 1260,
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 8
                                              },
                                              "identifierName": "rl"
                                            },
                                            "name": "rl"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1261,
                                            "end": 1267,
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 9
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 15
                                              },
                                              "identifierName": "prompt"
                                            },
                                            "name": "prompt"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 1284,
                          "end": 1319,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 4
                            },
                            "end": {
                              "line": 52,
                              "column": 39
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1284,
                            "end": 1318,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 4
                              },
                              "end": {
                                "line": 52,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1284,
                              "end": 1289,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 4
                                },
                                "end": {
                                  "line": 52,
                                  "column": 9
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1284,
                                "end": 1286,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 6
                                  },
                                  "identifierName": "rl"
                                },
                                "name": "rl"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1287,
                                "end": 1289,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 9
                                  },
                                  "identifierName": "on"
                                },
                                "name": "on"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 1290,
                                "end": 1297,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 17
                                  }
                                },
                                "extra": {
                                  "rawValue": "close",
                                  "raw": "\"close\""
                                },
                                "value": "close"
                              },
                              {
                                "type": "MemberExpression",
                                "start": 1299,
                                "end": 1317,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1299,
                                  "end": 1309,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 29
                                    },
                                    "identifierName": "extensions"
                                  },
                                  "name": "extensions"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1310,
                                  "end": 1317,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 37
                                    },
                                    "identifierName": "eggExit"
                                  },
                                  "name": "eggExit"
                                },
                                "computed": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 1325,
                          "end": 1599,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 4
                            },
                            "end": {
                              "line": 66,
                              "column": 7
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1325,
                            "end": 1598,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 4
                              },
                              "end": {
                                "line": 66,
                                "column": 6
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1325,
                              "end": 1330,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 4
                                },
                                "end": {
                                  "line": 54,
                                  "column": 9
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1325,
                                "end": 1327,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 6
                                  },
                                  "identifierName": "rl"
                                },
                                "name": "rl"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1328,
                                "end": 1330,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 9
                                  },
                                  "identifierName": "on"
                                },
                                "name": "on"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 1331,
                                "end": 1339,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 18
                                  }
                                },
                                "extra": {
                                  "rawValue": "SIGINT",
                                  "raw": "\"SIGINT\""
                                },
                                "value": "SIGINT"
                              },
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 1341,
                                "end": 1597,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 5
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 1347,
                                  "end": 1597,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1355,
                                      "end": 1448,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 8
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1355,
                                        "end": 1447,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 7
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1355,
                                          "end": 1366,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 17
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1355,
                                            "end": 1362,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 13
                                              },
                                              "identifierName": "console"
                                            },
                                            "name": "console"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1363,
                                            "end": 1366,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 17
                                              },
                                              "identifierName": "log"
                                            },
                                            "name": "log"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "TemplateLiteral",
                                            "start": 1376,
                                            "end": 1439,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 71
                                              }
                                            },
                                            "expressions": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 1381,
                                                "end": 1393,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 25
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1381,
                                                  "end": 1387,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 19
                                                    },
                                                    "identifierName": "colors"
                                                  },
                                                  "name": "colors"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1388,
                                                  "end": 1393,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 25
                                                    },
                                                    "identifierName": "GREEN"
                                                  },
                                                  "name": "GREEN"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 1423,
                                                "end": 1437,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1423,
                                                  "end": 1429,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 61
                                                    },
                                                    "identifierName": "colors"
                                                  },
                                                  "name": "colors"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1430,
                                                  "end": 1437,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 69
                                                    },
                                                    "identifierName": "DEFAULT"
                                                  },
                                                  "name": "DEFAULT"
                                                },
                                                "computed": false
                                              }
                                            ],
                                            "quasis": [
                                              {
                                                "type": "TemplateElement",
                                                "start": 1377,
                                                "end": 1379,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 9
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 11
                                                  }
                                                },
                                                "value": {
                                                  "raw": "\\n",
                                                  "cooked": "\n"
                                                },
                                                "tail": false
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "start": 1394,
                                                "end": 1421,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 53
                                                  }
                                                },
                                                "value": {
                                                  "raw": "\\n--> Expression discarded ",
                                                  "cooked": "\n--> Expression discarded "
                                                },
                                                "tail": false
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "start": 1438,
                                                "end": 1438,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 70
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 70
                                                  }
                                                },
                                                "value": {
                                                  "raw": "",
                                                  "cooked": ""
                                                },
                                                "tail": true
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1456,
                                      "end": 1469,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 19
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1456,
                                        "end": 1468,
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 18
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 1456,
                                          "end": 1463,
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 13
                                            },
                                            "identifierName": "program"
                                          },
                                          "name": "program"
                                        },
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 1466,
                                          "end": 1468,
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 18
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "",
                                            "raw": "\"\""
                                          },
                                          "value": ""
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1476,
                                      "end": 1486,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 16
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1476,
                                        "end": 1485,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 15
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 1476,
                                          "end": 1481,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 11
                                            },
                                            "identifierName": "stack"
                                          },
                                          "name": "stack"
                                        },
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 1484,
                                          "end": 1485,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 15
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1494,
                                      "end": 1523,
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 35
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1494,
                                        "end": 1522,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 34
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1494,
                                          "end": 1506,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 18
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1494,
                                            "end": 1496,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 8
                                              },
                                              "identifierName": "rl"
                                            },
                                            "name": "rl"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1497,
                                            "end": 1506,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 9
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 18
                                              },
                                              "identifierName": "clearLine"
                                            },
                                            "name": "clearLine"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 1507,
                                            "end": 1521,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1507,
                                              "end": 1514,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 26
                                                },
                                                "identifierName": "process"
                                              },
                                              "name": "process"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1515,
                                              "end": 1521,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 33
                                                },
                                                "identifierName": "stdout"
                                              },
                                              "name": "stdout"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1531,
                                      "end": 1572,
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 47
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1531,
                                        "end": 1571,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 46
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1531,
                                          "end": 1543,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 18
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1531,
                                            "end": 1533,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 8
                                              },
                                              "identifierName": "rl"
                                            },
                                            "name": "rl"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1534,
                                            "end": 1543,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 9
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 18
                                              },
                                              "identifierName": "setPrompt"
                                            },
                                            "name": "setPrompt"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "CallExpression",
                                            "start": 1544,
                                            "end": 1570,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 45
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1544,
                                              "end": 1568,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 43
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1544,
                                                "end": 1554,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 29
                                                  },
                                                  "identifierName": "extensions"
                                                },
                                                "name": "extensions"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1555,
                                                "end": 1568,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 43
                                                  },
                                                  "identifierName": "getPromptLine"
                                                },
                                                "name": "getPromptLine"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1579,
                                      "end": 1591,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 18
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1579,
                                        "end": 1590,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 17
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1579,
                                          "end": 1588,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 15
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1579,
                                            "end": 1581,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 8
                                              },
                                              "identifierName": "rl"
                                            },
                                            "name": "rl"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1582,
                                            "end": 1588,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 9
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 15
                                              },
                                              "identifierName": "prompt"
                                            },
                                            "name": "prompt"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "handler": {
                      "type": "CatchClause",
                      "start": 1604,
                      "end": 1669,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 4
                        },
                        "end": {
                          "line": 70,
                          "column": 3
                        }
                      },
                      "param": {
                        "type": "Identifier",
                        "start": 1611,
                        "end": 1614,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 11
                          },
                          "end": {
                            "line": 67,
                            "column": 14
                          },
                          "identifierName": "err"
                        },
                        "name": "err"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 1616,
                        "end": 1669,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 16
                          },
                          "end": {
                            "line": 70,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1622,
                            "end": 1639,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 4
                              },
                              "end": {
                                "line": 68,
                                "column": 21
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1622,
                              "end": 1638,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 4
                                },
                                "end": {
                                  "line": 68,
                                  "column": 20
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1622,
                                "end": 1633,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 15
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1622,
                                  "end": 1629,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 11
                                    },
                                    "identifierName": "console"
                                  },
                                  "name": "console"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1630,
                                  "end": 1633,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 15
                                    },
                                    "identifierName": "log"
                                  },
                                  "name": "log"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1634,
                                  "end": 1637,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 19
                                    },
                                    "identifierName": "err"
                                  },
                                  "name": "err"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1644,
                            "end": 1665,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 4
                              },
                              "end": {
                                "line": 69,
                                "column": 25
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1644,
                              "end": 1664,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 4
                                },
                                "end": {
                                  "line": 69,
                                  "column": 24
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1644,
                                "end": 1662,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1644,
                                  "end": 1654,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 14
                                    },
                                    "identifierName": "extensions"
                                  },
                                  "name": "extensions"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1655,
                                  "end": 1662,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 22
                                    },
                                    "identifierName": "eggHelp"
                                  },
                                  "name": "eggHelp"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    "guardedHandlers": [],
                    "finalizer": null
                  }
                ],
                "directives": []
              }
            }
          }
        ],
        "kind": "const",
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1674,
        "end": 1690,
        "loc": {
          "start": {
            "line": 73,
            "column": 0
          },
          "end": {
            "line": 73,
            "column": 16
          }
        },
        "declaration": null,
        "specifiers": [
          {
            "type": "ExportSpecifier",
            "start": 1683,
            "end": 1687,
            "loc": {
              "start": {
                "line": 73,
                "column": 9
              },
              "end": {
                "line": 73,
                "column": 13
              }
            },
            "local": {
              "type": "Identifier",
              "start": 1683,
              "end": 1687,
              "loc": {
                "start": {
                  "line": 73,
                  "column": 9
                },
                "end": {
                  "line": 73,
                  "column": 13
                },
                "identifierName": "repl"
              },
              "name": "repl"
            },
            "exported": {
              "type": "Identifier",
              "start": 1683,
              "end": 1687,
              "loc": {
                "start": {
                  "line": 73,
                  "column": 9
                },
                "end": {
                  "line": 73,
                  "column": 13
                },
                "identifierName": "repl"
              },
              "name": "repl"
            }
          }
        ],
        "source": null
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1674,
        "end": 1690,
        "loc": {
          "start": {
            "line": 73,
            "column": 0
          },
          "end": {
            "line": 73,
            "column": 16
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "start": 327,
          "end": 1672,
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 71,
              "column": 2
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 333,
              "end": 1671,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 6
                },
                "end": {
                  "line": 71,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 333,
                "end": 337,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 6
                  },
                  "end": {
                    "line": 12,
                    "column": 10
                  },
                  "identifierName": "repl"
                },
                "name": "repl"
              },
              "init": {
                "type": "ArrowFunctionExpression",
                "start": 340,
                "end": 1671,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 13
                  },
                  "end": {
                    "line": 71,
                    "column": 1
                  }
                },
                "id": {
                  "type": "Identifier",
                  "start": 333,
                  "end": 337,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 6
                    },
                    "end": {
                      "line": 12,
                      "column": 10
                    },
                    "identifierName": "repl"
                  },
                  "name": "repl"
                },
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 346,
                  "end": 1671,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 19
                    },
                    "end": {
                      "line": 71,
                      "column": 1
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 383,
                      "end": 420,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 2
                        },
                        "end": {
                          "line": 14,
                          "column": 39
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 389,
                          "end": 419,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 8
                            },
                            "end": {
                              "line": 14,
                              "column": 38
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 389,
                            "end": 395,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 14
                              },
                              "identifierName": "topEnv"
                            },
                            "name": "topEnv",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 398,
                            "end": 419,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 17
                              },
                              "end": {
                                "line": 14,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 398,
                              "end": 411,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 17
                                },
                                "end": {
                                  "line": 14,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 398,
                                "end": 404,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 23
                                  },
                                  "identifierName": "Object"
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 405,
                                "end": 411,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 30
                                  },
                                  "identifierName": "create"
                                },
                                "name": "create"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 412,
                                "end": 418,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 37
                                  },
                                  "identifierName": "TopEnv"
                                },
                                "name": "TopEnv"
                              }
                            ]
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "const",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Create the REPL environment",
                          "start": 350,
                          "end": 380,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 2
                            },
                            "end": {
                              "line": 13,
                              "column": 32
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 423,
                      "end": 449,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 2
                        },
                        "end": {
                          "line": 15,
                          "column": 28
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 429,
                          "end": 448,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 15,
                              "column": 27
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 429,
                            "end": 434,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 13
                              },
                              "identifierName": "lexer"
                            },
                            "name": "lexer"
                          },
                          "init": {
                            "type": "NewExpression",
                            "start": 437,
                            "end": 448,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 16
                              },
                              "end": {
                                "line": 15,
                                "column": 27
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 441,
                              "end": 446,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 20
                                },
                                "end": {
                                  "line": 15,
                                  "column": 25
                                },
                                "identifierName": "Lexer"
                              },
                              "name": "Lexer"
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 452,
                      "end": 480,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 2
                        },
                        "end": {
                          "line": 16,
                          "column": 30
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 458,
                          "end": 479,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 8
                            },
                            "end": {
                              "line": 16,
                              "column": 29
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 458,
                            "end": 464,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 14
                              },
                              "identifierName": "parser"
                            },
                            "name": "parser"
                          },
                          "init": {
                            "type": "NewExpression",
                            "start": 467,
                            "end": 479,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 17
                              },
                              "end": {
                                "line": 16,
                                "column": 29
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 471,
                              "end": 477,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 21
                                },
                                "end": {
                                  "line": 16,
                                  "column": 27
                                },
                                "identifierName": "Parser"
                              },
                              "name": "Parser"
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 484,
                      "end": 501,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 2
                        },
                        "end": {
                          "line": 18,
                          "column": 19
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 488,
                          "end": 500,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 6
                            },
                            "end": {
                              "line": 18,
                              "column": 18
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 488,
                            "end": 495,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 6
                              },
                              "end": {
                                "line": 18,
                                "column": 13
                              },
                              "identifierName": "program"
                            },
                            "name": "program"
                          },
                          "init": {
                            "type": "StringLiteral",
                            "start": 498,
                            "end": 500,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 16
                              },
                              "end": {
                                "line": 18,
                                "column": 18
                              }
                            },
                            "extra": {
                              "rawValue": "",
                              "raw": "\"\""
                            },
                            "value": ""
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 504,
                      "end": 518,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 2
                        },
                        "end": {
                          "line": 19,
                          "column": 16
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 508,
                          "end": 517,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 6
                            },
                            "end": {
                              "line": 19,
                              "column": 15
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 508,
                            "end": 513,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 6
                              },
                              "end": {
                                "line": 19,
                                "column": 11
                              },
                              "identifierName": "stack"
                            },
                            "name": "stack"
                          },
                          "init": {
                            "type": "NumericLiteral",
                            "start": 516,
                            "end": 517,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 14
                              },
                              "end": {
                                "line": 19,
                                "column": 15
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 522,
                      "end": 543,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 2
                        },
                        "end": {
                          "line": 21,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 522,
                        "end": 542,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 2
                          },
                          "end": {
                            "line": 21,
                            "column": 22
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 522,
                          "end": 540,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 2
                            },
                            "end": {
                              "line": 21,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 522,
                            "end": 532,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 2
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              },
                              "identifierName": "extensions"
                            },
                            "name": "extensions"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 533,
                            "end": 540,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 20
                              },
                              "identifierName": "eggInfo"
                            },
                            "name": "eggInfo"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "TryStatement",
                      "start": 547,
                      "end": 1669,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 2
                        },
                        "end": {
                          "line": 70,
                          "column": 3
                        }
                      },
                      "block": {
                        "type": "BlockStatement",
                        "start": 551,
                        "end": 1603,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 6
                          },
                          "end": {
                            "line": 67,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 557,
                            "end": 693,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 4
                              },
                              "end": {
                                "line": 26,
                                "column": 7
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 563,
                                "end": 692,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 6
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 563,
                                  "end": 565,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 12
                                    },
                                    "identifierName": "rl"
                                  },
                                  "name": "rl"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 568,
                                  "end": 692,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 6
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 568,
                                    "end": 592,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 568,
                                      "end": 576,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 23
                                        },
                                        "identifierName": "readline"
                                      },
                                      "name": "readline"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 577,
                                      "end": 592,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 39
                                        },
                                        "identifierName": "createInterface"
                                      },
                                      "name": "createInterface"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 593,
                                      "end": 606,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 53
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 593,
                                        "end": 600,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 47
                                          },
                                          "identifierName": "process"
                                        },
                                        "name": "process"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 601,
                                        "end": 606,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 53
                                          },
                                          "identifierName": "stdin"
                                        },
                                        "name": "stdin"
                                      },
                                      "computed": false
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 608,
                                      "end": 622,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 69
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 608,
                                        "end": 615,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 62
                                          },
                                          "identifierName": "process"
                                        },
                                        "name": "process"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 616,
                                        "end": 622,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 69
                                          },
                                          "identifierName": "stdout"
                                        },
                                        "name": "stdout"
                                      },
                                      "computed": false
                                    },
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 624,
                                      "end": 691,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 71
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 5
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 624,
                                          "end": 628,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 75
                                            },
                                            "identifierName": "line"
                                          },
                                          "name": "line"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 632,
                                        "end": 691,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 5
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 640,
                                            "end": 685,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 51
                                              }
                                            },
                                            "argument": {
                                              "type": "CallExpression",
                                              "start": 647,
                                              "end": 684,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 50
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 647,
                                                "end": 670,
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 36
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 647,
                                                  "end": 657,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 23
                                                    },
                                                    "identifierName": "extensions"
                                                  },
                                                  "name": "extensions"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 658,
                                                  "end": 670,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 36
                                                    },
                                                    "identifierName": "eggCompleter"
                                                  },
                                                  "name": "eggCompleter"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 671,
                                                  "end": 675,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 41
                                                    },
                                                    "identifierName": "line"
                                                  },
                                                  "name": "line"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 677,
                                                  "end": 683,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 49
                                                    },
                                                    "identifierName": "topEnv"
                                                  },
                                                  "name": "topEnv"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 699,
                            "end": 740,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 4
                              },
                              "end": {
                                "line": 28,
                                "column": 45
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 699,
                              "end": 739,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 4
                                },
                                "end": {
                                  "line": 28,
                                  "column": 44
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 699,
                                "end": 711,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 16
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 699,
                                  "end": 701,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 6
                                    },
                                    "identifierName": "rl"
                                  },
                                  "name": "rl"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 702,
                                  "end": 711,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 16
                                    },
                                    "identifierName": "setPrompt"
                                  },
                                  "name": "setPrompt"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 712,
                                  "end": 738,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 43
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 712,
                                    "end": 736,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 712,
                                      "end": 722,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 27
                                        },
                                        "identifierName": "extensions"
                                      },
                                      "name": "extensions"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 723,
                                      "end": 736,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 41
                                        },
                                        "identifierName": "getPromptLine"
                                      },
                                      "name": "getPromptLine"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 745,
                            "end": 757,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 4
                              },
                              "end": {
                                "line": 29,
                                "column": 16
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 745,
                              "end": 756,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 4
                                },
                                "end": {
                                  "line": 29,
                                  "column": 15
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 745,
                                "end": 754,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 13
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 745,
                                  "end": 747,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 6
                                    },
                                    "identifierName": "rl"
                                  },
                                  "name": "rl"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 748,
                                  "end": 754,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 13
                                    },
                                    "identifierName": "prompt"
                                  },
                                  "name": "prompt"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 763,
                            "end": 1278,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 4
                              },
                              "end": {
                                "line": 50,
                                "column": 7
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 763,
                              "end": 1277,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 4
                                },
                                "end": {
                                  "line": 50,
                                  "column": 6
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 763,
                                "end": 768,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 9
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 763,
                                  "end": 765,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 6
                                    },
                                    "identifierName": "rl"
                                  },
                                  "name": "rl"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 766,
                                  "end": 768,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 9
                                    },
                                    "identifierName": "on"
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 769,
                                  "end": 775,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 16
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "line",
                                    "raw": "\"line\""
                                  },
                                  "value": "line"
                                },
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 777,
                                  "end": 1276,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 5
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 777,
                                      "end": 781,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 22
                                        },
                                        "identifierName": "line"
                                      },
                                      "name": "line"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 785,
                                    "end": 1276,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 5
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 793,
                                        "end": 816,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 29
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 793,
                                          "end": 815,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 28
                                            }
                                          },
                                          "operator": "+=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 793,
                                            "end": 800,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 13
                                              },
                                              "identifierName": "program"
                                            },
                                            "name": "program"
                                          },
                                          "right": {
                                            "type": "BinaryExpression",
                                            "start": 804,
                                            "end": 815,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 28
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 804,
                                              "end": 808,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 21
                                                },
                                                "identifierName": "line"
                                              },
                                              "name": "line"
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 811,
                                              "end": 815,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 28
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "\n",
                                                "raw": "\"\\n\""
                                              },
                                              "value": "\n"
                                            }
                                          }
                                        },
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Count the number of LPS (+) or RPS (-)",
                                            "start": 824,
                                            "end": 865,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 47
                                              }
                                            }
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 872,
                                        "end": 909,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 43
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 872,
                                          "end": 908,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 42
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 872,
                                            "end": 877,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 11
                                              },
                                              "identifierName": "stack"
                                            },
                                            "name": "stack",
                                            "leadingComments": null
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 880,
                                            "end": 908,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 42
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 880,
                                              "end": 899,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 880,
                                                "end": 885,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 19
                                                  },
                                                  "identifierName": "lexer"
                                                },
                                                "name": "lexer"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 886,
                                                "end": 899,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 33
                                                  },
                                                  "identifierName": "getParBalance"
                                                },
                                                "name": "getParBalance"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 900,
                                                "end": 907,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 41
                                                  },
                                                  "identifierName": "program"
                                                },
                                                "name": "program"
                                              }
                                            ]
                                          },
                                          "leadingComments": null
                                        },
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Count the number of LPS (+) or RPS (-)",
                                            "start": 824,
                                            "end": 865,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 47
                                              }
                                            }
                                          }
                                        ]
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 917,
                                        "end": 1181,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 7
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 921,
                                          "end": 931,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 20
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 921,
                                            "end": 926,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 15
                                              },
                                              "identifierName": "stack"
                                            },
                                            "name": "stack"
                                          },
                                          "operator": "<=",
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 930,
                                            "end": 931,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 20
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 933,
                                          "end": 1181,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "TryStatement",
                                              "start": 943,
                                              "end": 1173,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 9
                                                }
                                              },
                                              "block": {
                                                "type": "BlockStatement",
                                                "start": 947,
                                                "end": 1011,
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 959,
                                                    "end": 1001,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 52
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 959,
                                                      "end": 1000,
                                                      "loc": {
                                                        "start": {
                                                          "line": 39,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 39,
                                                          "column": 51
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 959,
                                                        "end": 969,
                                                        "loc": {
                                                          "start": {
                                                            "line": 39,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 39,
                                                            "column": 20
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 959,
                                                          "end": 964,
                                                          "loc": {
                                                            "start": {
                                                              "line": 39,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 39,
                                                              "column": 15
                                                            },
                                                            "identifierName": "Eggvm"
                                                          },
                                                          "name": "Eggvm"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 965,
                                                          "end": 969,
                                                          "loc": {
                                                            "start": {
                                                              "line": 39,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 39,
                                                              "column": 20
                                                            },
                                                            "identifierName": "eval"
                                                          },
                                                          "name": "eval"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "CallExpression",
                                                          "start": 970,
                                                          "end": 991,
                                                          "loc": {
                                                            "start": {
                                                              "line": 39,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 39,
                                                              "column": 42
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 970,
                                                            "end": 982,
                                                            "loc": {
                                                              "start": {
                                                                "line": 39,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 39,
                                                                "column": 33
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 970,
                                                              "end": 976,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 39,
                                                                  "column": 21
                                                                },
                                                                "end": {
                                                                  "line": 39,
                                                                  "column": 27
                                                                },
                                                                "identifierName": "parser"
                                                              },
                                                              "name": "parser"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 977,
                                                              "end": 982,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 39,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 39,
                                                                  "column": 33
                                                                },
                                                                "identifierName": "parse"
                                                              },
                                                              "name": "parse"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 983,
                                                              "end": 990,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 39,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 39,
                                                                  "column": 41
                                                                },
                                                                "identifierName": "program"
                                                              },
                                                              "name": "program"
                                                            }
                                                          ]
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 993,
                                                          "end": 999,
                                                          "loc": {
                                                            "start": {
                                                              "line": 39,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 39,
                                                              "column": 50
                                                            },
                                                            "identifierName": "topEnv"
                                                          },
                                                          "name": "topEnv"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "handler": {
                                                "type": "CatchClause",
                                                "start": 1012,
                                                "end": 1108,
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 9
                                                  }
                                                },
                                                "param": {
                                                  "type": "Identifier",
                                                  "start": 1019,
                                                  "end": 1022,
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 20
                                                    },
                                                    "identifierName": "err"
                                                  },
                                                  "name": "err"
                                                },
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "start": 1024,
                                                  "end": 1108,
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 9
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 1036,
                                                      "end": 1098,
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 72
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "start": 1036,
                                                        "end": 1097,
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 71
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1036,
                                                          "end": 1047,
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 21
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 1036,
                                                            "end": 1043,
                                                            "loc": {
                                                              "start": {
                                                                "line": 41,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 41,
                                                                "column": 17
                                                              },
                                                              "identifierName": "console"
                                                            },
                                                            "name": "console"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1044,
                                                            "end": 1047,
                                                            "loc": {
                                                              "start": {
                                                                "line": 41,
                                                                "column": 18
                                                              },
                                                              "end": {
                                                                "line": 41,
                                                                "column": 21
                                                              },
                                                              "identifierName": "log"
                                                            },
                                                            "name": "log"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "TemplateLiteral",
                                                            "start": 1048,
                                                            "end": 1096,
                                                            "loc": {
                                                              "start": {
                                                                "line": 41,
                                                                "column": 22
                                                              },
                                                              "end": {
                                                                "line": 41,
                                                                "column": 70
                                                              }
                                                            },
                                                            "expressions": [
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 1051,
                                                                "end": 1061,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 25
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 35
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1051,
                                                                  "end": 1057,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 41,
                                                                      "column": 25
                                                                    },
                                                                    "end": {
                                                                      "line": 41,
                                                                      "column": 31
                                                                    },
                                                                    "identifierName": "colors"
                                                                  },
                                                                  "name": "colors"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1058,
                                                                  "end": 1061,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 41,
                                                                      "column": 32
                                                                    },
                                                                    "end": {
                                                                      "line": 41,
                                                                      "column": 35
                                                                    },
                                                                    "identifierName": "RED"
                                                                  },
                                                                  "name": "RED"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 1073,
                                                                "end": 1076,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 47
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 50
                                                                  },
                                                                  "identifierName": "err"
                                                                },
                                                                "name": "err"
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 1080,
                                                                "end": 1094,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 54
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 68
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1080,
                                                                  "end": 1086,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 41,
                                                                      "column": 54
                                                                    },
                                                                    "end": {
                                                                      "line": 41,
                                                                      "column": 60
                                                                    },
                                                                    "identifierName": "colors"
                                                                  },
                                                                  "name": "colors"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1087,
                                                                  "end": 1094,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 41,
                                                                      "column": 61
                                                                    },
                                                                    "end": {
                                                                      "line": 41,
                                                                      "column": 68
                                                                    },
                                                                    "identifierName": "DEFAULT"
                                                                  },
                                                                  "name": "DEFAULT"
                                                                },
                                                                "computed": false
                                                              }
                                                            ],
                                                            "quasis": [
                                                              {
                                                                "type": "TemplateElement",
                                                                "start": 1049,
                                                                "end": 1049,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 23
                                                                  }
                                                                },
                                                                "value": {
                                                                  "raw": "",
                                                                  "cooked": ""
                                                                },
                                                                "tail": false
                                                              },
                                                              {
                                                                "type": "TemplateElement",
                                                                "start": 1062,
                                                                "end": 1071,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 45
                                                                  }
                                                                },
                                                                "value": {
                                                                  "raw": " Error:: ",
                                                                  "cooked": " Error:: "
                                                                },
                                                                "tail": false
                                                              },
                                                              {
                                                                "type": "TemplateElement",
                                                                "start": 1077,
                                                                "end": 1078,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 51
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 52
                                                                  }
                                                                },
                                                                "value": {
                                                                  "raw": " ",
                                                                  "cooked": " "
                                                                },
                                                                "tail": false
                                                              },
                                                              {
                                                                "type": "TemplateElement",
                                                                "start": 1095,
                                                                "end": 1095,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 69
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 69
                                                                  }
                                                                },
                                                                "value": {
                                                                  "raw": "",
                                                                  "cooked": ""
                                                                },
                                                                "tail": true
                                                              }
                                                            ]
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                }
                                              },
                                              "guardedHandlers": [],
                                              "finalizer": {
                                                "type": "BlockStatement",
                                                "start": 1117,
                                                "end": 1173,
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 1129,
                                                    "end": 1142,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 23
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 1129,
                                                      "end": 1141,
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 22
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 1129,
                                                        "end": 1136,
                                                        "loc": {
                                                          "start": {
                                                            "line": 43,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 43,
                                                            "column": 17
                                                          },
                                                          "identifierName": "program"
                                                        },
                                                        "name": "program"
                                                      },
                                                      "right": {
                                                        "type": "StringLiteral",
                                                        "start": 1139,
                                                        "end": 1141,
                                                        "loc": {
                                                          "start": {
                                                            "line": 43,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 43,
                                                            "column": 22
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "",
                                                          "raw": "\"\""
                                                        },
                                                        "value": ""
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 1153,
                                                    "end": 1163,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 20
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 1153,
                                                      "end": 1162,
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 19
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 1153,
                                                        "end": 1158,
                                                        "loc": {
                                                          "start": {
                                                            "line": 44,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 44,
                                                            "column": 15
                                                          },
                                                          "identifierName": "stack"
                                                        },
                                                        "name": "stack"
                                                      },
                                                      "right": {
                                                        "type": "NumericLiteral",
                                                        "start": 1161,
                                                        "end": 1162,
                                                        "loc": {
                                                          "start": {
                                                            "line": 44,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 44,
                                                            "column": 19
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 0,
                                                          "raw": "0"
                                                        },
                                                        "value": 0
                                                      }
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1189,
                                        "end": 1251,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 68
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1189,
                                          "end": 1250,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 67
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1189,
                                            "end": 1201,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 18
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1189,
                                              "end": 1191,
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 8
                                                },
                                                "identifierName": "rl"
                                              },
                                              "name": "rl"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1192,
                                              "end": 1201,
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 9
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 18
                                                },
                                                "identifierName": "setPrompt"
                                              },
                                              "name": "setPrompt"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "BinaryExpression",
                                              "start": 1202,
                                              "end": 1249,
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 66
                                                }
                                              },
                                              "left": {
                                                "type": "CallExpression",
                                                "start": 1202,
                                                "end": 1228,
                                                "loc": {
                                                  "start": {
                                                    "line": 48,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 48,
                                                    "column": 45
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1202,
                                                  "end": 1226,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1202,
                                                    "end": 1212,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 29
                                                      },
                                                      "identifierName": "extensions"
                                                    },
                                                    "name": "extensions"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1213,
                                                    "end": 1226,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 43
                                                      },
                                                      "identifierName": "getPromptLine"
                                                    },
                                                    "name": "getPromptLine"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 1231,
                                                "end": 1249,
                                                "loc": {
                                                  "start": {
                                                    "line": 48,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 48,
                                                    "column": 66
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1231,
                                                  "end": 1242,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 59
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "StringLiteral",
                                                    "start": 1231,
                                                    "end": 1235,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 52
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "..",
                                                      "raw": "\"..\""
                                                    },
                                                    "value": ".."
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1236,
                                                    "end": 1242,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 59
                                                      },
                                                      "identifierName": "repeat"
                                                    },
                                                    "name": "repeat"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1243,
                                                    "end": 1248,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 65
                                                      },
                                                      "identifierName": "stack"
                                                    },
                                                    "name": "stack"
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1258,
                                        "end": 1270,
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 18
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1258,
                                          "end": 1269,
                                          "loc": {
                                            "start": {
                                              "line": 49,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 17
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1258,
                                            "end": 1267,
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 15
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1258,
                                              "end": 1260,
                                              "loc": {
                                                "start": {
                                                  "line": 49,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 8
                                                },
                                                "identifierName": "rl"
                                              },
                                              "name": "rl"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1261,
                                              "end": 1267,
                                              "loc": {
                                                "start": {
                                                  "line": 49,
                                                  "column": 9
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 15
                                                },
                                                "identifierName": "prompt"
                                              },
                                              "name": "prompt"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1284,
                            "end": 1319,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 4
                              },
                              "end": {
                                "line": 52,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1284,
                              "end": 1318,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 4
                                },
                                "end": {
                                  "line": 52,
                                  "column": 38
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1284,
                                "end": 1289,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 9
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1284,
                                  "end": 1286,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 6
                                    },
                                    "identifierName": "rl"
                                  },
                                  "name": "rl"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1287,
                                  "end": 1289,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 9
                                    },
                                    "identifierName": "on"
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 1290,
                                  "end": 1297,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 17
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "close",
                                    "raw": "\"close\""
                                  },
                                  "value": "close"
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 1299,
                                  "end": 1317,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1299,
                                    "end": 1309,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 29
                                      },
                                      "identifierName": "extensions"
                                    },
                                    "name": "extensions"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1310,
                                    "end": 1317,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 37
                                      },
                                      "identifierName": "eggExit"
                                    },
                                    "name": "eggExit"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1325,
                            "end": 1599,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 4
                              },
                              "end": {
                                "line": 66,
                                "column": 7
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1325,
                              "end": 1598,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 4
                                },
                                "end": {
                                  "line": 66,
                                  "column": 6
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1325,
                                "end": 1330,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 9
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1325,
                                  "end": 1327,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 6
                                    },
                                    "identifierName": "rl"
                                  },
                                  "name": "rl"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1328,
                                  "end": 1330,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 9
                                    },
                                    "identifierName": "on"
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 1331,
                                  "end": 1339,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 18
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "SIGINT",
                                    "raw": "\"SIGINT\""
                                  },
                                  "value": "SIGINT"
                                },
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 1341,
                                  "end": 1597,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 5
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 1347,
                                    "end": 1597,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 5
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1355,
                                        "end": 1448,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 8
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1355,
                                          "end": 1447,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 7
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1355,
                                            "end": 1366,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 17
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1355,
                                              "end": 1362,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 13
                                                },
                                                "identifierName": "console"
                                              },
                                              "name": "console"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1363,
                                              "end": 1366,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 17
                                                },
                                                "identifierName": "log"
                                              },
                                              "name": "log"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "TemplateLiteral",
                                              "start": 1376,
                                              "end": 1439,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 71
                                                }
                                              },
                                              "expressions": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 1381,
                                                  "end": 1393,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 25
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1381,
                                                    "end": 1387,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 19
                                                      },
                                                      "identifierName": "colors"
                                                    },
                                                    "name": "colors"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1388,
                                                    "end": 1393,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 25
                                                      },
                                                      "identifierName": "GREEN"
                                                    },
                                                    "name": "GREEN"
                                                  },
                                                  "computed": false
                                                },
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 1423,
                                                  "end": 1437,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1423,
                                                    "end": 1429,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 61
                                                      },
                                                      "identifierName": "colors"
                                                    },
                                                    "name": "colors"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1430,
                                                    "end": 1437,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 69
                                                      },
                                                      "identifierName": "DEFAULT"
                                                    },
                                                    "name": "DEFAULT"
                                                  },
                                                  "computed": false
                                                }
                                              ],
                                              "quasis": [
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 1377,
                                                  "end": 1379,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 9
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 11
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "\\n",
                                                    "cooked": "\n"
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 1394,
                                                  "end": 1421,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 53
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "\\n--> Expression discarded ",
                                                    "cooked": "\n--> Expression discarded "
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 1438,
                                                  "end": 1438,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 70
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": true
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1456,
                                        "end": 1469,
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 19
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 1456,
                                          "end": 1468,
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 18
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 1456,
                                            "end": 1463,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 13
                                              },
                                              "identifierName": "program"
                                            },
                                            "name": "program"
                                          },
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 1466,
                                            "end": 1468,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 18
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "",
                                              "raw": "\"\""
                                            },
                                            "value": ""
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1476,
                                        "end": 1486,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 16
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 1476,
                                          "end": 1485,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 15
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 1476,
                                            "end": 1481,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 11
                                              },
                                              "identifierName": "stack"
                                            },
                                            "name": "stack"
                                          },
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 1484,
                                            "end": 1485,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 15
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1494,
                                        "end": 1523,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 35
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1494,
                                          "end": 1522,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 34
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1494,
                                            "end": 1506,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 18
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1494,
                                              "end": 1496,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 8
                                                },
                                                "identifierName": "rl"
                                              },
                                              "name": "rl"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1497,
                                              "end": 1506,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 9
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 18
                                                },
                                                "identifierName": "clearLine"
                                              },
                                              "name": "clearLine"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 1507,
                                              "end": 1521,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1507,
                                                "end": 1514,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 26
                                                  },
                                                  "identifierName": "process"
                                                },
                                                "name": "process"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1515,
                                                "end": 1521,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 33
                                                  },
                                                  "identifierName": "stdout"
                                                },
                                                "name": "stdout"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1531,
                                        "end": 1572,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 47
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1531,
                                          "end": 1571,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 46
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1531,
                                            "end": 1543,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 18
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1531,
                                              "end": 1533,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 8
                                                },
                                                "identifierName": "rl"
                                              },
                                              "name": "rl"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1534,
                                              "end": 1543,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 9
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 18
                                                },
                                                "identifierName": "setPrompt"
                                              },
                                              "name": "setPrompt"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "CallExpression",
                                              "start": 1544,
                                              "end": 1570,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 45
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1544,
                                                "end": 1568,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 43
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1544,
                                                  "end": 1554,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 29
                                                    },
                                                    "identifierName": "extensions"
                                                  },
                                                  "name": "extensions"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1555,
                                                  "end": 1568,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 43
                                                    },
                                                    "identifierName": "getPromptLine"
                                                  },
                                                  "name": "getPromptLine"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1579,
                                        "end": 1591,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 18
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1579,
                                          "end": 1590,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 17
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1579,
                                            "end": 1588,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 15
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1579,
                                              "end": 1581,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 8
                                                },
                                                "identifierName": "rl"
                                              },
                                              "name": "rl"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1582,
                                              "end": 1588,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 9
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 15
                                                },
                                                "identifierName": "prompt"
                                              },
                                              "name": "prompt"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "handler": {
                        "type": "CatchClause",
                        "start": 1604,
                        "end": 1669,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 4
                          },
                          "end": {
                            "line": 70,
                            "column": 3
                          }
                        },
                        "param": {
                          "type": "Identifier",
                          "start": 1611,
                          "end": 1614,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 11
                            },
                            "end": {
                              "line": 67,
                              "column": 14
                            },
                            "identifierName": "err"
                          },
                          "name": "err"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 1616,
                          "end": 1669,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 16
                            },
                            "end": {
                              "line": 70,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 1622,
                              "end": 1639,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 4
                                },
                                "end": {
                                  "line": 68,
                                  "column": 21
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1622,
                                "end": 1638,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 20
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1622,
                                  "end": 1633,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 15
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1622,
                                    "end": 1629,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 11
                                      },
                                      "identifierName": "console"
                                    },
                                    "name": "console"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1630,
                                    "end": 1633,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 15
                                      },
                                      "identifierName": "log"
                                    },
                                    "name": "log"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1634,
                                    "end": 1637,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 19
                                      },
                                      "identifierName": "err"
                                    },
                                    "name": "err"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1644,
                              "end": 1665,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 4
                                },
                                "end": {
                                  "line": 69,
                                  "column": 25
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1644,
                                "end": 1664,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 24
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1644,
                                  "end": 1662,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1644,
                                    "end": 1654,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 14
                                      },
                                      "identifierName": "extensions"
                                    },
                                    "name": "extensions"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1655,
                                    "end": 1662,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 22
                                      },
                                      "identifierName": "eggHelp"
                                    },
                                    "name": "eggHelp"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      "guardedHandlers": [],
                      "finalizer": null
                    }
                  ],
                  "directives": []
                }
              }
            }
          ],
          "kind": "const",
          "leadingComments": [],
          "trailingComments": []
        },
        "specifiers": null,
        "source": null,
        "leadingComments": null
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentLine",
      "value": " Create the REPL environment",
      "start": 350,
      "end": 380,
      "loc": {
        "start": {
          "line": 13,
          "column": 2
        },
        "end": {
          "line": 13,
          "column": 32
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Count the number of LPS (+) or RPS (-)",
      "start": 824,
      "end": 865,
      "loc": {
        "start": {
          "line": 34,
          "column": 6
        },
        "end": {
          "line": 34,
          "column": 47
        }
      }
    }
  ],
  "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": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 7,
      "end": 14,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 15,
      "end": 19,
      "loc": {
        "start": {
          "line": 1,
          "column": 15
        },
        "end": {
          "line": 1,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "process",
      "start": 20,
      "end": 29,
      "loc": {
        "start": {
          "line": 1,
          "column": 20
        },
        "end": {
          "line": 1,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29,
      "end": 30,
      "loc": {
        "start": {
          "line": 1,
          "column": 29
        },
        "end": {
          "line": 1,
          "column": 30
        }
      }
    },
    {
      "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": 31,
      "end": 37,
      "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": "readline",
      "start": 38,
      "end": 46,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 47,
      "end": 51,
      "loc": {
        "start": {
          "line": 2,
          "column": 16
        },
        "end": {
          "line": 2,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "readline",
      "start": 52,
      "end": 62,
      "loc": {
        "start": {
          "line": 2,
          "column": 21
        },
        "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": 62,
      "end": 63,
      "loc": {
        "start": {
          "line": 2,
          "column": 31
        },
        "end": {
          "line": 2,
          "column": 32
        }
      }
    },
    {
      "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": 65,
      "end": 71,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 72,
      "end": 73,
      "loc": {
        "start": {
          "line": 4,
          "column": 7
        },
        "end": {
          "line": 4,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Lexer",
      "start": 74,
      "end": 79,
      "loc": {
        "start": {
          "line": 4,
          "column": 9
        },
        "end": {
          "line": 4,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 80,
      "end": 81,
      "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": "from",
      "start": 82,
      "end": 86,
      "loc": {
        "start": {
          "line": 4,
          "column": 17
        },
        "end": {
          "line": 4,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../parser/lexer.js",
      "start": 87,
      "end": 107,
      "loc": {
        "start": {
          "line": 4,
          "column": 22
        },
        "end": {
          "line": 4,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 107,
      "end": 108,
      "loc": {
        "start": {
          "line": 4,
          "column": 42
        },
        "end": {
          "line": 4,
          "column": 43
        }
      }
    },
    {
      "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": 109,
      "end": 115,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 116,
      "end": 117,
      "loc": {
        "start": {
          "line": 5,
          "column": 7
        },
        "end": {
          "line": 5,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Parser",
      "start": 118,
      "end": 124,
      "loc": {
        "start": {
          "line": 5,
          "column": 9
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 125,
      "end": 126,
      "loc": {
        "start": {
          "line": 5,
          "column": 16
        },
        "end": {
          "line": 5,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 127,
      "end": 131,
      "loc": {
        "start": {
          "line": 5,
          "column": 18
        },
        "end": {
          "line": 5,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../parser/parse.js",
      "start": 132,
      "end": 152,
      "loc": {
        "start": {
          "line": 5,
          "column": 23
        },
        "end": {
          "line": 5,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 152,
      "end": 153,
      "loc": {
        "start": {
          "line": 5,
          "column": 43
        },
        "end": {
          "line": 5,
          "column": 44
        }
      }
    },
    {
      "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": 154,
      "end": 160,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 161,
      "end": 162,
      "loc": {
        "start": {
          "line": 6,
          "column": 7
        },
        "end": {
          "line": 6,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TopEnv",
      "start": 163,
      "end": 169,
      "loc": {
        "start": {
          "line": 6,
          "column": 9
        },
        "end": {
          "line": 6,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 170,
      "end": 171,
      "loc": {
        "start": {
          "line": 6,
          "column": 16
        },
        "end": {
          "line": 6,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 172,
      "end": 176,
      "loc": {
        "start": {
          "line": 6,
          "column": 18
        },
        "end": {
          "line": 6,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../interp/environment.js",
      "start": 177,
      "end": 203,
      "loc": {
        "start": {
          "line": 6,
          "column": 23
        },
        "end": {
          "line": 6,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 203,
      "end": 204,
      "loc": {
        "start": {
          "line": 6,
          "column": 49
        },
        "end": {
          "line": 6,
          "column": 50
        }
      }
    },
    {
      "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": 205,
      "end": 211,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 212,
      "end": 213,
      "loc": {
        "start": {
          "line": 7,
          "column": 7
        },
        "end": {
          "line": 7,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Eggvm",
      "start": 214,
      "end": 219,
      "loc": {
        "start": {
          "line": 7,
          "column": 9
        },
        "end": {
          "line": 7,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 220,
      "end": 221,
      "loc": {
        "start": {
          "line": 7,
          "column": 15
        },
        "end": {
          "line": 7,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 222,
      "end": 226,
      "loc": {
        "start": {
          "line": 7,
          "column": 17
        },
        "end": {
          "line": 7,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../interp/eggvm.js",
      "start": 227,
      "end": 247,
      "loc": {
        "start": {
          "line": 7,
          "column": 22
        },
        "end": {
          "line": 7,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 247,
      "end": 248,
      "loc": {
        "start": {
          "line": 7,
          "column": 42
        },
        "end": {
          "line": 7,
          "column": 43
        }
      }
    },
    {
      "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": 250,
      "end": 256,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 257,
      "end": 267,
      "loc": {
        "start": {
          "line": 9,
          "column": 7
        },
        "end": {
          "line": 9,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 268,
      "end": 272,
      "loc": {
        "start": {
          "line": 9,
          "column": 18
        },
        "end": {
          "line": 9,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./extensions.js",
      "start": 273,
      "end": 290,
      "loc": {
        "start": {
          "line": 9,
          "column": 23
        },
        "end": {
          "line": 9,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 290,
      "end": 291,
      "loc": {
        "start": {
          "line": 9,
          "column": 40
        },
        "end": {
          "line": 9,
          "column": 41
        }
      }
    },
    {
      "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": 292,
      "end": 298,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 299,
      "end": 305,
      "loc": {
        "start": {
          "line": 10,
          "column": 7
        },
        "end": {
          "line": 10,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 306,
      "end": 310,
      "loc": {
        "start": {
          "line": 10,
          "column": 14
        },
        "end": {
          "line": 10,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./colors.js",
      "start": 311,
      "end": 324,
      "loc": {
        "start": {
          "line": 10,
          "column": 19
        },
        "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": 324,
      "end": 325,
      "loc": {
        "start": {
          "line": 10,
          "column": 32
        },
        "end": {
          "line": 10,
          "column": 33
        }
      }
    },
    {
      "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": 327,
      "end": 332,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "repl",
      "start": 333,
      "end": 337,
      "loc": {
        "start": {
          "line": 12,
          "column": 6
        },
        "end": {
          "line": 12,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 338,
      "end": 339,
      "loc": {
        "start": {
          "line": 12,
          "column": 11
        },
        "end": {
          "line": 12,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 340,
      "end": 341,
      "loc": {
        "start": {
          "line": 12,
          "column": 13
        },
        "end": {
          "line": 12,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 341,
      "end": 342,
      "loc": {
        "start": {
          "line": 12,
          "column": 14
        },
        "end": {
          "line": 12,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 343,
      "end": 345,
      "loc": {
        "start": {
          "line": 12,
          "column": 16
        },
        "end": {
          "line": 12,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 346,
      "end": 347,
      "loc": {
        "start": {
          "line": 12,
          "column": 19
        },
        "end": {
          "line": 12,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Create the REPL environment",
      "start": 350,
      "end": 380,
      "loc": {
        "start": {
          "line": 13,
          "column": 2
        },
        "end": {
          "line": 13,
          "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": 383,
      "end": 388,
      "loc": {
        "start": {
          "line": 14,
          "column": 2
        },
        "end": {
          "line": 14,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "topEnv",
      "start": 389,
      "end": 395,
      "loc": {
        "start": {
          "line": 14,
          "column": 8
        },
        "end": {
          "line": 14,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 396,
      "end": 397,
      "loc": {
        "start": {
          "line": 14,
          "column": 15
        },
        "end": {
          "line": 14,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 398,
      "end": 404,
      "loc": {
        "start": {
          "line": 14,
          "column": 17
        },
        "end": {
          "line": 14,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 404,
      "end": 405,
      "loc": {
        "start": {
          "line": 14,
          "column": 23
        },
        "end": {
          "line": 14,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "create",
      "start": 405,
      "end": 411,
      "loc": {
        "start": {
          "line": 14,
          "column": 24
        },
        "end": {
          "line": 14,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 411,
      "end": 412,
      "loc": {
        "start": {
          "line": 14,
          "column": 30
        },
        "end": {
          "line": 14,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TopEnv",
      "start": 412,
      "end": 418,
      "loc": {
        "start": {
          "line": 14,
          "column": 31
        },
        "end": {
          "line": 14,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 418,
      "end": 419,
      "loc": {
        "start": {
          "line": 14,
          "column": 37
        },
        "end": {
          "line": 14,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 419,
      "end": 420,
      "loc": {
        "start": {
          "line": 14,
          "column": 38
        },
        "end": {
          "line": 14,
          "column": 39
        }
      }
    },
    {
      "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": 423,
      "end": 428,
      "loc": {
        "start": {
          "line": 15,
          "column": 2
        },
        "end": {
          "line": 15,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lexer",
      "start": 429,
      "end": 434,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 435,
      "end": 436,
      "loc": {
        "start": {
          "line": 15,
          "column": 14
        },
        "end": {
          "line": 15,
          "column": 15
        }
      }
    },
    {
      "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": 437,
      "end": 440,
      "loc": {
        "start": {
          "line": 15,
          "column": 16
        },
        "end": {
          "line": 15,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Lexer",
      "start": 441,
      "end": 446,
      "loc": {
        "start": {
          "line": 15,
          "column": 20
        },
        "end": {
          "line": 15,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 446,
      "end": 447,
      "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": 447,
      "end": 448,
      "loc": {
        "start": {
          "line": 15,
          "column": 26
        },
        "end": {
          "line": 15,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 448,
      "end": 449,
      "loc": {
        "start": {
          "line": 15,
          "column": 27
        },
        "end": {
          "line": 15,
          "column": 28
        }
      }
    },
    {
      "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": 452,
      "end": 457,
      "loc": {
        "start": {
          "line": 16,
          "column": 2
        },
        "end": {
          "line": 16,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parser",
      "start": 458,
      "end": 464,
      "loc": {
        "start": {
          "line": 16,
          "column": 8
        },
        "end": {
          "line": 16,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 465,
      "end": 466,
      "loc": {
        "start": {
          "line": 16,
          "column": 15
        },
        "end": {
          "line": 16,
          "column": 16
        }
      }
    },
    {
      "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": 467,
      "end": 470,
      "loc": {
        "start": {
          "line": 16,
          "column": 17
        },
        "end": {
          "line": 16,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Parser",
      "start": 471,
      "end": 477,
      "loc": {
        "start": {
          "line": 16,
          "column": 21
        },
        "end": {
          "line": 16,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 477,
      "end": 478,
      "loc": {
        "start": {
          "line": 16,
          "column": 27
        },
        "end": {
          "line": 16,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 478,
      "end": 479,
      "loc": {
        "start": {
          "line": 16,
          "column": 28
        },
        "end": {
          "line": 16,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 479,
      "end": 480,
      "loc": {
        "start": {
          "line": 16,
          "column": 29
        },
        "end": {
          "line": 16,
          "column": 30
        }
      }
    },
    {
      "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": 484,
      "end": 487,
      "loc": {
        "start": {
          "line": 18,
          "column": 2
        },
        "end": {
          "line": 18,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "program",
      "start": 488,
      "end": 495,
      "loc": {
        "start": {
          "line": 18,
          "column": 6
        },
        "end": {
          "line": 18,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 496,
      "end": 497,
      "loc": {
        "start": {
          "line": 18,
          "column": 14
        },
        "end": {
          "line": 18,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 498,
      "end": 500,
      "loc": {
        "start": {
          "line": 18,
          "column": 16
        },
        "end": {
          "line": 18,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 500,
      "end": 501,
      "loc": {
        "start": {
          "line": 18,
          "column": 18
        },
        "end": {
          "line": 18,
          "column": 19
        }
      }
    },
    {
      "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": 504,
      "end": 507,
      "loc": {
        "start": {
          "line": 19,
          "column": 2
        },
        "end": {
          "line": 19,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stack",
      "start": 508,
      "end": 513,
      "loc": {
        "start": {
          "line": 19,
          "column": 6
        },
        "end": {
          "line": 19,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 514,
      "end": 515,
      "loc": {
        "start": {
          "line": 19,
          "column": 12
        },
        "end": {
          "line": 19,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 516,
      "end": 517,
      "loc": {
        "start": {
          "line": 19,
          "column": 14
        },
        "end": {
          "line": 19,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 517,
      "end": 518,
      "loc": {
        "start": {
          "line": 19,
          "column": 15
        },
        "end": {
          "line": 19,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 522,
      "end": 532,
      "loc": {
        "start": {
          "line": 21,
          "column": 2
        },
        "end": {
          "line": 21,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 532,
      "end": 533,
      "loc": {
        "start": {
          "line": 21,
          "column": 12
        },
        "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": "eggInfo",
      "start": 533,
      "end": 540,
      "loc": {
        "start": {
          "line": 21,
          "column": 13
        },
        "end": {
          "line": 21,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 540,
      "end": 541,
      "loc": {
        "start": {
          "line": 21,
          "column": 20
        },
        "end": {
          "line": 21,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 541,
      "end": 542,
      "loc": {
        "start": {
          "line": 21,
          "column": 21
        },
        "end": {
          "line": 21,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 542,
      "end": 543,
      "loc": {
        "start": {
          "line": 21,
          "column": 22
        },
        "end": {
          "line": 21,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 547,
      "end": 550,
      "loc": {
        "start": {
          "line": 23,
          "column": 2
        },
        "end": {
          "line": 23,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 551,
      "end": 552,
      "loc": {
        "start": {
          "line": 23,
          "column": 6
        },
        "end": {
          "line": 23,
          "column": 7
        }
      }
    },
    {
      "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": 557,
      "end": 562,
      "loc": {
        "start": {
          "line": 24,
          "column": 4
        },
        "end": {
          "line": 24,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rl",
      "start": 563,
      "end": 565,
      "loc": {
        "start": {
          "line": 24,
          "column": 10
        },
        "end": {
          "line": 24,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 566,
      "end": 567,
      "loc": {
        "start": {
          "line": 24,
          "column": 13
        },
        "end": {
          "line": 24,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readline",
      "start": 568,
      "end": 576,
      "loc": {
        "start": {
          "line": 24,
          "column": 15
        },
        "end": {
          "line": 24,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 576,
      "end": 577,
      "loc": {
        "start": {
          "line": 24,
          "column": 23
        },
        "end": {
          "line": 24,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createInterface",
      "start": 577,
      "end": 592,
      "loc": {
        "start": {
          "line": 24,
          "column": 24
        },
        "end": {
          "line": 24,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 592,
      "end": 593,
      "loc": {
        "start": {
          "line": 24,
          "column": 39
        },
        "end": {
          "line": 24,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 593,
      "end": 600,
      "loc": {
        "start": {
          "line": 24,
          "column": 40
        },
        "end": {
          "line": 24,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 600,
      "end": 601,
      "loc": {
        "start": {
          "line": 24,
          "column": 47
        },
        "end": {
          "line": 24,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stdin",
      "start": 601,
      "end": 606,
      "loc": {
        "start": {
          "line": 24,
          "column": 48
        },
        "end": {
          "line": 24,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 606,
      "end": 607,
      "loc": {
        "start": {
          "line": 24,
          "column": 53
        },
        "end": {
          "line": 24,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 608,
      "end": 615,
      "loc": {
        "start": {
          "line": 24,
          "column": 55
        },
        "end": {
          "line": 24,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 615,
      "end": 616,
      "loc": {
        "start": {
          "line": 24,
          "column": 62
        },
        "end": {
          "line": 24,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stdout",
      "start": 616,
      "end": 622,
      "loc": {
        "start": {
          "line": 24,
          "column": 63
        },
        "end": {
          "line": 24,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 622,
      "end": 623,
      "loc": {
        "start": {
          "line": 24,
          "column": 69
        },
        "end": {
          "line": 24,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line",
      "start": 624,
      "end": 628,
      "loc": {
        "start": {
          "line": 24,
          "column": 71
        },
        "end": {
          "line": 24,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 629,
      "end": 631,
      "loc": {
        "start": {
          "line": 24,
          "column": 76
        },
        "end": {
          "line": 24,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 632,
      "end": 633,
      "loc": {
        "start": {
          "line": 24,
          "column": 79
        },
        "end": {
          "line": 24,
          "column": 80
        }
      }
    },
    {
      "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": 640,
      "end": 646,
      "loc": {
        "start": {
          "line": 25,
          "column": 6
        },
        "end": {
          "line": 25,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 647,
      "end": 657,
      "loc": {
        "start": {
          "line": 25,
          "column": 13
        },
        "end": {
          "line": 25,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 657,
      "end": 658,
      "loc": {
        "start": {
          "line": 25,
          "column": 23
        },
        "end": {
          "line": 25,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "eggCompleter",
      "start": 658,
      "end": 670,
      "loc": {
        "start": {
          "line": 25,
          "column": 24
        },
        "end": {
          "line": 25,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 670,
      "end": 671,
      "loc": {
        "start": {
          "line": 25,
          "column": 36
        },
        "end": {
          "line": 25,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line",
      "start": 671,
      "end": 675,
      "loc": {
        "start": {
          "line": 25,
          "column": 37
        },
        "end": {
          "line": 25,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 675,
      "end": 676,
      "loc": {
        "start": {
          "line": 25,
          "column": 41
        },
        "end": {
          "line": 25,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "topEnv",
      "start": 677,
      "end": 683,
      "loc": {
        "start": {
          "line": 25,
          "column": 43
        },
        "end": {
          "line": 25,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 683,
      "end": 684,
      "loc": {
        "start": {
          "line": 25,
          "column": 49
        },
        "end": {
          "line": 25,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 684,
      "end": 685,
      "loc": {
        "start": {
          "line": 25,
          "column": 50
        },
        "end": {
          "line": 25,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 690,
      "end": 691,
      "loc": {
        "start": {
          "line": 26,
          "column": 4
        },
        "end": {
          "line": 26,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 691,
      "end": 692,
      "loc": {
        "start": {
          "line": 26,
          "column": 5
        },
        "end": {
          "line": 26,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 692,
      "end": 693,
      "loc": {
        "start": {
          "line": 26,
          "column": 6
        },
        "end": {
          "line": 26,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rl",
      "start": 699,
      "end": 701,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 701,
      "end": 702,
      "loc": {
        "start": {
          "line": 28,
          "column": 6
        },
        "end": {
          "line": 28,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setPrompt",
      "start": 702,
      "end": 711,
      "loc": {
        "start": {
          "line": 28,
          "column": 7
        },
        "end": {
          "line": 28,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 711,
      "end": 712,
      "loc": {
        "start": {
          "line": 28,
          "column": 16
        },
        "end": {
          "line": 28,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 712,
      "end": 722,
      "loc": {
        "start": {
          "line": 28,
          "column": 17
        },
        "end": {
          "line": 28,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 722,
      "end": 723,
      "loc": {
        "start": {
          "line": 28,
          "column": 27
        },
        "end": {
          "line": 28,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getPromptLine",
      "start": 723,
      "end": 736,
      "loc": {
        "start": {
          "line": 28,
          "column": 28
        },
        "end": {
          "line": 28,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 736,
      "end": 737,
      "loc": {
        "start": {
          "line": 28,
          "column": 41
        },
        "end": {
          "line": 28,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 737,
      "end": 738,
      "loc": {
        "start": {
          "line": 28,
          "column": 42
        },
        "end": {
          "line": 28,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 738,
      "end": 739,
      "loc": {
        "start": {
          "line": 28,
          "column": 43
        },
        "end": {
          "line": 28,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 739,
      "end": 740,
      "loc": {
        "start": {
          "line": 28,
          "column": 44
        },
        "end": {
          "line": 28,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rl",
      "start": 745,
      "end": 747,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 747,
      "end": 748,
      "loc": {
        "start": {
          "line": 29,
          "column": 6
        },
        "end": {
          "line": 29,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prompt",
      "start": 748,
      "end": 754,
      "loc": {
        "start": {
          "line": 29,
          "column": 7
        },
        "end": {
          "line": 29,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 754,
      "end": 755,
      "loc": {
        "start": {
          "line": 29,
          "column": 13
        },
        "end": {
          "line": 29,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 755,
      "end": 756,
      "loc": {
        "start": {
          "line": 29,
          "column": 14
        },
        "end": {
          "line": 29,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 756,
      "end": 757,
      "loc": {
        "start": {
          "line": 29,
          "column": 15
        },
        "end": {
          "line": 29,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rl",
      "start": 763,
      "end": 765,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 765,
      "end": 766,
      "loc": {
        "start": {
          "line": 31,
          "column": 6
        },
        "end": {
          "line": 31,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "on",
      "start": 766,
      "end": 768,
      "loc": {
        "start": {
          "line": 31,
          "column": 7
        },
        "end": {
          "line": 31,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 768,
      "end": 769,
      "loc": {
        "start": {
          "line": 31,
          "column": 9
        },
        "end": {
          "line": 31,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "line",
      "start": 769,
      "end": 775,
      "loc": {
        "start": {
          "line": 31,
          "column": 10
        },
        "end": {
          "line": 31,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 775,
      "end": 776,
      "loc": {
        "start": {
          "line": 31,
          "column": 16
        },
        "end": {
          "line": 31,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line",
      "start": 777,
      "end": 781,
      "loc": {
        "start": {
          "line": 31,
          "column": 18
        },
        "end": {
          "line": 31,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 782,
      "end": 784,
      "loc": {
        "start": {
          "line": 31,
          "column": 23
        },
        "end": {
          "line": 31,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 785,
      "end": 786,
      "loc": {
        "start": {
          "line": 31,
          "column": 26
        },
        "end": {
          "line": 31,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "program",
      "start": 793,
      "end": 800,
      "loc": {
        "start": {
          "line": 32,
          "column": 6
        },
        "end": {
          "line": 32,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 801,
      "end": 803,
      "loc": {
        "start": {
          "line": 32,
          "column": 14
        },
        "end": {
          "line": 32,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "line",
      "start": 804,
      "end": 808,
      "loc": {
        "start": {
          "line": 32,
          "column": 17
        },
        "end": {
          "line": 32,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 809,
      "end": 810,
      "loc": {
        "start": {
          "line": 32,
          "column": 22
        },
        "end": {
          "line": 32,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "\n",
      "start": 811,
      "end": 815,
      "loc": {
        "start": {
          "line": 32,
          "column": 24
        },
        "end": {
          "line": 32,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 815,
      "end": 816,
      "loc": {
        "start": {
          "line": 32,
          "column": 28
        },
        "end": {
          "line": 32,
          "column": 29
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Count the number of LPS (+) or RPS (-)",
      "start": 824,
      "end": 865,
      "loc": {
        "start": {
          "line": 34,
          "column": 6
        },
        "end": {
          "line": 34,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stack",
      "start": 872,
      "end": 877,
      "loc": {
        "start": {
          "line": 35,
          "column": 6
        },
        "end": {
          "line": 35,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 878,
      "end": 879,
      "loc": {
        "start": {
          "line": 35,
          "column": 12
        },
        "end": {
          "line": 35,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lexer",
      "start": 880,
      "end": 885,
      "loc": {
        "start": {
          "line": 35,
          "column": 14
        },
        "end": {
          "line": 35,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 885,
      "end": 886,
      "loc": {
        "start": {
          "line": 35,
          "column": 19
        },
        "end": {
          "line": 35,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getParBalance",
      "start": 886,
      "end": 899,
      "loc": {
        "start": {
          "line": 35,
          "column": 20
        },
        "end": {
          "line": 35,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 899,
      "end": 900,
      "loc": {
        "start": {
          "line": 35,
          "column": 33
        },
        "end": {
          "line": 35,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "program",
      "start": 900,
      "end": 907,
      "loc": {
        "start": {
          "line": 35,
          "column": 34
        },
        "end": {
          "line": 35,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 907,
      "end": 908,
      "loc": {
        "start": {
          "line": 35,
          "column": 41
        },
        "end": {
          "line": 35,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 908,
      "end": 909,
      "loc": {
        "start": {
          "line": 35,
          "column": 42
        },
        "end": {
          "line": 35,
          "column": 43
        }
      }
    },
    {
      "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": 917,
      "end": 919,
      "loc": {
        "start": {
          "line": 37,
          "column": 6
        },
        "end": {
          "line": 37,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 920,
      "end": 921,
      "loc": {
        "start": {
          "line": 37,
          "column": 9
        },
        "end": {
          "line": 37,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stack",
      "start": 921,
      "end": 926,
      "loc": {
        "start": {
          "line": 37,
          "column": 10
        },
        "end": {
          "line": 37,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<=",
      "start": 927,
      "end": 929,
      "loc": {
        "start": {
          "line": 37,
          "column": 16
        },
        "end": {
          "line": 37,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 930,
      "end": 931,
      "loc": {
        "start": {
          "line": 37,
          "column": 19
        },
        "end": {
          "line": 37,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 931,
      "end": 932,
      "loc": {
        "start": {
          "line": 37,
          "column": 20
        },
        "end": {
          "line": 37,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 933,
      "end": 934,
      "loc": {
        "start": {
          "line": 37,
          "column": 22
        },
        "end": {
          "line": 37,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 943,
      "end": 946,
      "loc": {
        "start": {
          "line": 38,
          "column": 8
        },
        "end": {
          "line": 38,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 947,
      "end": 948,
      "loc": {
        "start": {
          "line": 38,
          "column": 12
        },
        "end": {
          "line": 38,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Eggvm",
      "start": 959,
      "end": 964,
      "loc": {
        "start": {
          "line": 39,
          "column": 10
        },
        "end": {
          "line": 39,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 964,
      "end": 965,
      "loc": {
        "start": {
          "line": 39,
          "column": 15
        },
        "end": {
          "line": 39,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "eval",
      "start": 965,
      "end": 969,
      "loc": {
        "start": {
          "line": 39,
          "column": 16
        },
        "end": {
          "line": 39,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 969,
      "end": 970,
      "loc": {
        "start": {
          "line": 39,
          "column": 20
        },
        "end": {
          "line": 39,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parser",
      "start": 970,
      "end": 976,
      "loc": {
        "start": {
          "line": 39,
          "column": 21
        },
        "end": {
          "line": 39,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 976,
      "end": 977,
      "loc": {
        "start": {
          "line": 39,
          "column": 27
        },
        "end": {
          "line": 39,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 977,
      "end": 982,
      "loc": {
        "start": {
          "line": 39,
          "column": 28
        },
        "end": {
          "line": 39,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 982,
      "end": 983,
      "loc": {
        "start": {
          "line": 39,
          "column": 33
        },
        "end": {
          "line": 39,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "program",
      "start": 983,
      "end": 990,
      "loc": {
        "start": {
          "line": 39,
          "column": 34
        },
        "end": {
          "line": 39,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 990,
      "end": 991,
      "loc": {
        "start": {
          "line": 39,
          "column": 41
        },
        "end": {
          "line": 39,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 991,
      "end": 992,
      "loc": {
        "start": {
          "line": 39,
          "column": 42
        },
        "end": {
          "line": 39,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "topEnv",
      "start": 993,
      "end": 999,
      "loc": {
        "start": {
          "line": 39,
          "column": 44
        },
        "end": {
          "line": 39,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 999,
      "end": 1000,
      "loc": {
        "start": {
          "line": 39,
          "column": 50
        },
        "end": {
          "line": 39,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1000,
      "end": 1001,
      "loc": {
        "start": {
          "line": 39,
          "column": 51
        },
        "end": {
          "line": 39,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1010,
      "end": 1011,
      "loc": {
        "start": {
          "line": 40,
          "column": 8
        },
        "end": {
          "line": 40,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 1012,
      "end": 1017,
      "loc": {
        "start": {
          "line": 40,
          "column": 10
        },
        "end": {
          "line": 40,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1018,
      "end": 1019,
      "loc": {
        "start": {
          "line": 40,
          "column": 16
        },
        "end": {
          "line": 40,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1019,
      "end": 1022,
      "loc": {
        "start": {
          "line": 40,
          "column": 17
        },
        "end": {
          "line": 40,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1022,
      "end": 1023,
      "loc": {
        "start": {
          "line": 40,
          "column": 20
        },
        "end": {
          "line": 40,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1024,
      "end": 1025,
      "loc": {
        "start": {
          "line": 40,
          "column": 22
        },
        "end": {
          "line": 40,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 1036,
      "end": 1043,
      "loc": {
        "start": {
          "line": 41,
          "column": 10
        },
        "end": {
          "line": 41,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1043,
      "end": 1044,
      "loc": {
        "start": {
          "line": 41,
          "column": 17
        },
        "end": {
          "line": 41,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 1044,
      "end": 1047,
      "loc": {
        "start": {
          "line": 41,
          "column": 18
        },
        "end": {
          "line": 41,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1047,
      "end": 1048,
      "loc": {
        "start": {
          "line": 41,
          "column": 21
        },
        "end": {
          "line": 41,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1048,
      "end": 1049,
      "loc": {
        "start": {
          "line": 41,
          "column": 22
        },
        "end": {
          "line": 41,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 1049,
      "end": 1049,
      "loc": {
        "start": {
          "line": 41,
          "column": 23
        },
        "end": {
          "line": 41,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1049,
      "end": 1051,
      "loc": {
        "start": {
          "line": 41,
          "column": 23
        },
        "end": {
          "line": 41,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 1051,
      "end": 1057,
      "loc": {
        "start": {
          "line": 41,
          "column": 25
        },
        "end": {
          "line": 41,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1057,
      "end": 1058,
      "loc": {
        "start": {
          "line": 41,
          "column": 31
        },
        "end": {
          "line": 41,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RED",
      "start": 1058,
      "end": 1061,
      "loc": {
        "start": {
          "line": 41,
          "column": 32
        },
        "end": {
          "line": 41,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1061,
      "end": 1062,
      "loc": {
        "start": {
          "line": 41,
          "column": 35
        },
        "end": {
          "line": 41,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " Error:: ",
      "start": 1062,
      "end": 1071,
      "loc": {
        "start": {
          "line": 41,
          "column": 36
        },
        "end": {
          "line": 41,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1071,
      "end": 1073,
      "loc": {
        "start": {
          "line": 41,
          "column": 45
        },
        "end": {
          "line": 41,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1073,
      "end": 1076,
      "loc": {
        "start": {
          "line": 41,
          "column": 47
        },
        "end": {
          "line": 41,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1076,
      "end": 1077,
      "loc": {
        "start": {
          "line": 41,
          "column": 50
        },
        "end": {
          "line": 41,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 1077,
      "end": 1078,
      "loc": {
        "start": {
          "line": 41,
          "column": 51
        },
        "end": {
          "line": 41,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1078,
      "end": 1080,
      "loc": {
        "start": {
          "line": 41,
          "column": 52
        },
        "end": {
          "line": 41,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 1080,
      "end": 1086,
      "loc": {
        "start": {
          "line": 41,
          "column": 54
        },
        "end": {
          "line": 41,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1086,
      "end": 1087,
      "loc": {
        "start": {
          "line": 41,
          "column": 60
        },
        "end": {
          "line": 41,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DEFAULT",
      "start": 1087,
      "end": 1094,
      "loc": {
        "start": {
          "line": 41,
          "column": 61
        },
        "end": {
          "line": 41,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1094,
      "end": 1095,
      "loc": {
        "start": {
          "line": 41,
          "column": 68
        },
        "end": {
          "line": 41,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 1095,
      "end": 1095,
      "loc": {
        "start": {
          "line": 41,
          "column": 69
        },
        "end": {
          "line": 41,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1095,
      "end": 1096,
      "loc": {
        "start": {
          "line": 41,
          "column": 69
        },
        "end": {
          "line": 41,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1096,
      "end": 1097,
      "loc": {
        "start": {
          "line": 41,
          "column": 70
        },
        "end": {
          "line": 41,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1097,
      "end": 1098,
      "loc": {
        "start": {
          "line": 41,
          "column": 71
        },
        "end": {
          "line": 41,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1107,
      "end": 1108,
      "loc": {
        "start": {
          "line": 42,
          "column": 8
        },
        "end": {
          "line": 42,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "finally",
        "keyword": "finally",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "finally",
      "start": 1109,
      "end": 1116,
      "loc": {
        "start": {
          "line": 42,
          "column": 10
        },
        "end": {
          "line": 42,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1117,
      "end": 1118,
      "loc": {
        "start": {
          "line": 42,
          "column": 18
        },
        "end": {
          "line": 42,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "program",
      "start": 1129,
      "end": 1136,
      "loc": {
        "start": {
          "line": 43,
          "column": 10
        },
        "end": {
          "line": 43,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1137,
      "end": 1138,
      "loc": {
        "start": {
          "line": 43,
          "column": 18
        },
        "end": {
          "line": 43,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 1139,
      "end": 1141,
      "loc": {
        "start": {
          "line": 43,
          "column": 20
        },
        "end": {
          "line": 43,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1141,
      "end": 1142,
      "loc": {
        "start": {
          "line": 43,
          "column": 22
        },
        "end": {
          "line": 43,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stack",
      "start": 1153,
      "end": 1158,
      "loc": {
        "start": {
          "line": 44,
          "column": 10
        },
        "end": {
          "line": 44,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1159,
      "end": 1160,
      "loc": {
        "start": {
          "line": 44,
          "column": 16
        },
        "end": {
          "line": 44,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1161,
      "end": 1162,
      "loc": {
        "start": {
          "line": 44,
          "column": 18
        },
        "end": {
          "line": 44,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1162,
      "end": 1163,
      "loc": {
        "start": {
          "line": 44,
          "column": 19
        },
        "end": {
          "line": 44,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1172,
      "end": 1173,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1180,
      "end": 1181,
      "loc": {
        "start": {
          "line": 46,
          "column": 6
        },
        "end": {
          "line": 46,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rl",
      "start": 1189,
      "end": 1191,
      "loc": {
        "start": {
          "line": 48,
          "column": 6
        },
        "end": {
          "line": 48,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1191,
      "end": 1192,
      "loc": {
        "start": {
          "line": 48,
          "column": 8
        },
        "end": {
          "line": 48,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setPrompt",
      "start": 1192,
      "end": 1201,
      "loc": {
        "start": {
          "line": 48,
          "column": 9
        },
        "end": {
          "line": 48,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1201,
      "end": 1202,
      "loc": {
        "start": {
          "line": 48,
          "column": 18
        },
        "end": {
          "line": 48,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 1202,
      "end": 1212,
      "loc": {
        "start": {
          "line": 48,
          "column": 19
        },
        "end": {
          "line": 48,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1212,
      "end": 1213,
      "loc": {
        "start": {
          "line": 48,
          "column": 29
        },
        "end": {
          "line": 48,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getPromptLine",
      "start": 1213,
      "end": 1226,
      "loc": {
        "start": {
          "line": 48,
          "column": 30
        },
        "end": {
          "line": 48,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1226,
      "end": 1227,
      "loc": {
        "start": {
          "line": 48,
          "column": 43
        },
        "end": {
          "line": 48,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1227,
      "end": 1228,
      "loc": {
        "start": {
          "line": 48,
          "column": 44
        },
        "end": {
          "line": 48,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1229,
      "end": 1230,
      "loc": {
        "start": {
          "line": 48,
          "column": 46
        },
        "end": {
          "line": 48,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "..",
      "start": 1231,
      "end": 1235,
      "loc": {
        "start": {
          "line": 48,
          "column": 48
        },
        "end": {
          "line": 48,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1235,
      "end": 1236,
      "loc": {
        "start": {
          "line": 48,
          "column": 52
        },
        "end": {
          "line": 48,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "repeat",
      "start": 1236,
      "end": 1242,
      "loc": {
        "start": {
          "line": 48,
          "column": 53
        },
        "end": {
          "line": 48,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1242,
      "end": 1243,
      "loc": {
        "start": {
          "line": 48,
          "column": 59
        },
        "end": {
          "line": 48,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stack",
      "start": 1243,
      "end": 1248,
      "loc": {
        "start": {
          "line": 48,
          "column": 60
        },
        "end": {
          "line": 48,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1248,
      "end": 1249,
      "loc": {
        "start": {
          "line": 48,
          "column": 65
        },
        "end": {
          "line": 48,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1249,
      "end": 1250,
      "loc": {
        "start": {
          "line": 48,
          "column": 66
        },
        "end": {
          "line": 48,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1250,
      "end": 1251,
      "loc": {
        "start": {
          "line": 48,
          "column": 67
        },
        "end": {
          "line": 48,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rl",
      "start": 1258,
      "end": 1260,
      "loc": {
        "start": {
          "line": 49,
          "column": 6
        },
        "end": {
          "line": 49,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1260,
      "end": 1261,
      "loc": {
        "start": {
          "line": 49,
          "column": 8
        },
        "end": {
          "line": 49,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prompt",
      "start": 1261,
      "end": 1267,
      "loc": {
        "start": {
          "line": 49,
          "column": 9
        },
        "end": {
          "line": 49,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1267,
      "end": 1268,
      "loc": {
        "start": {
          "line": 49,
          "column": 15
        },
        "end": {
          "line": 49,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1268,
      "end": 1269,
      "loc": {
        "start": {
          "line": 49,
          "column": 16
        },
        "end": {
          "line": 49,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1269,
      "end": 1270,
      "loc": {
        "start": {
          "line": 49,
          "column": 17
        },
        "end": {
          "line": 49,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1275,
      "end": 1276,
      "loc": {
        "start": {
          "line": 50,
          "column": 4
        },
        "end": {
          "line": 50,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1276,
      "end": 1277,
      "loc": {
        "start": {
          "line": 50,
          "column": 5
        },
        "end": {
          "line": 50,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1277,
      "end": 1278,
      "loc": {
        "start": {
          "line": 50,
          "column": 6
        },
        "end": {
          "line": 50,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rl",
      "start": 1284,
      "end": 1286,
      "loc": {
        "start": {
          "line": 52,
          "column": 4
        },
        "end": {
          "line": 52,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1286,
      "end": 1287,
      "loc": {
        "start": {
          "line": 52,
          "column": 6
        },
        "end": {
          "line": 52,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "on",
      "start": 1287,
      "end": 1289,
      "loc": {
        "start": {
          "line": 52,
          "column": 7
        },
        "end": {
          "line": 52,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1289,
      "end": 1290,
      "loc": {
        "start": {
          "line": 52,
          "column": 9
        },
        "end": {
          "line": 52,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "close",
      "start": 1290,
      "end": 1297,
      "loc": {
        "start": {
          "line": 52,
          "column": 10
        },
        "end": {
          "line": 52,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1297,
      "end": 1298,
      "loc": {
        "start": {
          "line": 52,
          "column": 17
        },
        "end": {
          "line": 52,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 1299,
      "end": 1309,
      "loc": {
        "start": {
          "line": 52,
          "column": 19
        },
        "end": {
          "line": 52,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1309,
      "end": 1310,
      "loc": {
        "start": {
          "line": 52,
          "column": 29
        },
        "end": {
          "line": 52,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "eggExit",
      "start": 1310,
      "end": 1317,
      "loc": {
        "start": {
          "line": 52,
          "column": 30
        },
        "end": {
          "line": 52,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1317,
      "end": 1318,
      "loc": {
        "start": {
          "line": 52,
          "column": 37
        },
        "end": {
          "line": 52,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1318,
      "end": 1319,
      "loc": {
        "start": {
          "line": 52,
          "column": 38
        },
        "end": {
          "line": 52,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rl",
      "start": 1325,
      "end": 1327,
      "loc": {
        "start": {
          "line": 54,
          "column": 4
        },
        "end": {
          "line": 54,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1327,
      "end": 1328,
      "loc": {
        "start": {
          "line": 54,
          "column": 6
        },
        "end": {
          "line": 54,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "on",
      "start": 1328,
      "end": 1330,
      "loc": {
        "start": {
          "line": 54,
          "column": 7
        },
        "end": {
          "line": 54,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1330,
      "end": 1331,
      "loc": {
        "start": {
          "line": 54,
          "column": 9
        },
        "end": {
          "line": 54,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SIGINT",
      "start": 1331,
      "end": 1339,
      "loc": {
        "start": {
          "line": 54,
          "column": 10
        },
        "end": {
          "line": 54,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1339,
      "end": 1340,
      "loc": {
        "start": {
          "line": 54,
          "column": 18
        },
        "end": {
          "line": 54,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1341,
      "end": 1342,
      "loc": {
        "start": {
          "line": 54,
          "column": 20
        },
        "end": {
          "line": 54,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1342,
      "end": 1343,
      "loc": {
        "start": {
          "line": 54,
          "column": 21
        },
        "end": {
          "line": 54,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1344,
      "end": 1346,
      "loc": {
        "start": {
          "line": 54,
          "column": 23
        },
        "end": {
          "line": 54,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1347,
      "end": 1348,
      "loc": {
        "start": {
          "line": 54,
          "column": 26
        },
        "end": {
          "line": 54,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 1355,
      "end": 1362,
      "loc": {
        "start": {
          "line": 55,
          "column": 6
        },
        "end": {
          "line": 55,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1362,
      "end": 1363,
      "loc": {
        "start": {
          "line": 55,
          "column": 13
        },
        "end": {
          "line": 55,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 1363,
      "end": 1366,
      "loc": {
        "start": {
          "line": 55,
          "column": 14
        },
        "end": {
          "line": 55,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1366,
      "end": 1367,
      "loc": {
        "start": {
          "line": 55,
          "column": 17
        },
        "end": {
          "line": 55,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1376,
      "end": 1377,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "\n",
      "start": 1377,
      "end": 1379,
      "loc": {
        "start": {
          "line": 56,
          "column": 9
        },
        "end": {
          "line": 56,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1379,
      "end": 1381,
      "loc": {
        "start": {
          "line": 56,
          "column": 11
        },
        "end": {
          "line": 56,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 1381,
      "end": 1387,
      "loc": {
        "start": {
          "line": 56,
          "column": 13
        },
        "end": {
          "line": 56,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1387,
      "end": 1388,
      "loc": {
        "start": {
          "line": 56,
          "column": 19
        },
        "end": {
          "line": 56,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "GREEN",
      "start": 1388,
      "end": 1393,
      "loc": {
        "start": {
          "line": 56,
          "column": 20
        },
        "end": {
          "line": 56,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1393,
      "end": 1394,
      "loc": {
        "start": {
          "line": 56,
          "column": 25
        },
        "end": {
          "line": 56,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "\n--> Expression discarded ",
      "start": 1394,
      "end": 1421,
      "loc": {
        "start": {
          "line": 56,
          "column": 26
        },
        "end": {
          "line": 56,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1421,
      "end": 1423,
      "loc": {
        "start": {
          "line": 56,
          "column": 53
        },
        "end": {
          "line": 56,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 1423,
      "end": 1429,
      "loc": {
        "start": {
          "line": 56,
          "column": 55
        },
        "end": {
          "line": 56,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1429,
      "end": 1430,
      "loc": {
        "start": {
          "line": 56,
          "column": 61
        },
        "end": {
          "line": 56,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DEFAULT",
      "start": 1430,
      "end": 1437,
      "loc": {
        "start": {
          "line": 56,
          "column": 62
        },
        "end": {
          "line": 56,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1437,
      "end": 1438,
      "loc": {
        "start": {
          "line": 56,
          "column": 69
        },
        "end": {
          "line": 56,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 1438,
      "end": 1438,
      "loc": {
        "start": {
          "line": 56,
          "column": 70
        },
        "end": {
          "line": 56,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1438,
      "end": 1439,
      "loc": {
        "start": {
          "line": 56,
          "column": 70
        },
        "end": {
          "line": 56,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1446,
      "end": 1447,
      "loc": {
        "start": {
          "line": 57,
          "column": 6
        },
        "end": {
          "line": 57,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1447,
      "end": 1448,
      "loc": {
        "start": {
          "line": 57,
          "column": 7
        },
        "end": {
          "line": 57,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "program",
      "start": 1456,
      "end": 1463,
      "loc": {
        "start": {
          "line": 59,
          "column": 6
        },
        "end": {
          "line": 59,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1464,
      "end": 1465,
      "loc": {
        "start": {
          "line": 59,
          "column": 14
        },
        "end": {
          "line": 59,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 1466,
      "end": 1468,
      "loc": {
        "start": {
          "line": 59,
          "column": 16
        },
        "end": {
          "line": 59,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1468,
      "end": 1469,
      "loc": {
        "start": {
          "line": 59,
          "column": 18
        },
        "end": {
          "line": 59,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stack",
      "start": 1476,
      "end": 1481,
      "loc": {
        "start": {
          "line": 60,
          "column": 6
        },
        "end": {
          "line": 60,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1482,
      "end": 1483,
      "loc": {
        "start": {
          "line": 60,
          "column": 12
        },
        "end": {
          "line": 60,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1484,
      "end": 1485,
      "loc": {
        "start": {
          "line": 60,
          "column": 14
        },
        "end": {
          "line": 60,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1485,
      "end": 1486,
      "loc": {
        "start": {
          "line": 60,
          "column": 15
        },
        "end": {
          "line": 60,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rl",
      "start": 1494,
      "end": 1496,
      "loc": {
        "start": {
          "line": 62,
          "column": 6
        },
        "end": {
          "line": 62,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1496,
      "end": 1497,
      "loc": {
        "start": {
          "line": 62,
          "column": 8
        },
        "end": {
          "line": 62,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clearLine",
      "start": 1497,
      "end": 1506,
      "loc": {
        "start": {
          "line": 62,
          "column": 9
        },
        "end": {
          "line": 62,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1506,
      "end": 1507,
      "loc": {
        "start": {
          "line": 62,
          "column": 18
        },
        "end": {
          "line": 62,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 1507,
      "end": 1514,
      "loc": {
        "start": {
          "line": 62,
          "column": 19
        },
        "end": {
          "line": 62,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1514,
      "end": 1515,
      "loc": {
        "start": {
          "line": 62,
          "column": 26
        },
        "end": {
          "line": 62,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stdout",
      "start": 1515,
      "end": 1521,
      "loc": {
        "start": {
          "line": 62,
          "column": 27
        },
        "end": {
          "line": 62,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1521,
      "end": 1522,
      "loc": {
        "start": {
          "line": 62,
          "column": 33
        },
        "end": {
          "line": 62,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1522,
      "end": 1523,
      "loc": {
        "start": {
          "line": 62,
          "column": 34
        },
        "end": {
          "line": 62,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rl",
      "start": 1531,
      "end": 1533,
      "loc": {
        "start": {
          "line": 64,
          "column": 6
        },
        "end": {
          "line": 64,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1533,
      "end": 1534,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setPrompt",
      "start": 1534,
      "end": 1543,
      "loc": {
        "start": {
          "line": 64,
          "column": 9
        },
        "end": {
          "line": 64,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1543,
      "end": 1544,
      "loc": {
        "start": {
          "line": 64,
          "column": 18
        },
        "end": {
          "line": 64,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 1544,
      "end": 1554,
      "loc": {
        "start": {
          "line": 64,
          "column": 19
        },
        "end": {
          "line": 64,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1554,
      "end": 1555,
      "loc": {
        "start": {
          "line": 64,
          "column": 29
        },
        "end": {
          "line": 64,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getPromptLine",
      "start": 1555,
      "end": 1568,
      "loc": {
        "start": {
          "line": 64,
          "column": 30
        },
        "end": {
          "line": 64,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1568,
      "end": 1569,
      "loc": {
        "start": {
          "line": 64,
          "column": 43
        },
        "end": {
          "line": 64,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1569,
      "end": 1570,
      "loc": {
        "start": {
          "line": 64,
          "column": 44
        },
        "end": {
          "line": 64,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1570,
      "end": 1571,
      "loc": {
        "start": {
          "line": 64,
          "column": 45
        },
        "end": {
          "line": 64,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1571,
      "end": 1572,
      "loc": {
        "start": {
          "line": 64,
          "column": 46
        },
        "end": {
          "line": 64,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rl",
      "start": 1579,
      "end": 1581,
      "loc": {
        "start": {
          "line": 65,
          "column": 6
        },
        "end": {
          "line": 65,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1581,
      "end": 1582,
      "loc": {
        "start": {
          "line": 65,
          "column": 8
        },
        "end": {
          "line": 65,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prompt",
      "start": 1582,
      "end": 1588,
      "loc": {
        "start": {
          "line": 65,
          "column": 9
        },
        "end": {
          "line": 65,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1588,
      "end": 1589,
      "loc": {
        "start": {
          "line": 65,
          "column": 15
        },
        "end": {
          "line": 65,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1589,
      "end": 1590,
      "loc": {
        "start": {
          "line": 65,
          "column": 16
        },
        "end": {
          "line": 65,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1590,
      "end": 1591,
      "loc": {
        "start": {
          "line": 65,
          "column": 17
        },
        "end": {
          "line": 65,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1596,
      "end": 1597,
      "loc": {
        "start": {
          "line": 66,
          "column": 4
        },
        "end": {
          "line": 66,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1597,
      "end": 1598,
      "loc": {
        "start": {
          "line": 66,
          "column": 5
        },
        "end": {
          "line": 66,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1598,
      "end": 1599,
      "loc": {
        "start": {
          "line": 66,
          "column": 6
        },
        "end": {
          "line": 66,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1602,
      "end": 1603,
      "loc": {
        "start": {
          "line": 67,
          "column": 2
        },
        "end": {
          "line": 67,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 1604,
      "end": 1609,
      "loc": {
        "start": {
          "line": 67,
          "column": 4
        },
        "end": {
          "line": 67,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1610,
      "end": 1611,
      "loc": {
        "start": {
          "line": 67,
          "column": 10
        },
        "end": {
          "line": 67,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1611,
      "end": 1614,
      "loc": {
        "start": {
          "line": 67,
          "column": 11
        },
        "end": {
          "line": 67,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1614,
      "end": 1615,
      "loc": {
        "start": {
          "line": 67,
          "column": 14
        },
        "end": {
          "line": 67,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1616,
      "end": 1617,
      "loc": {
        "start": {
          "line": 67,
          "column": 16
        },
        "end": {
          "line": 67,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 1622,
      "end": 1629,
      "loc": {
        "start": {
          "line": 68,
          "column": 4
        },
        "end": {
          "line": 68,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1629,
      "end": 1630,
      "loc": {
        "start": {
          "line": 68,
          "column": 11
        },
        "end": {
          "line": 68,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 1630,
      "end": 1633,
      "loc": {
        "start": {
          "line": 68,
          "column": 12
        },
        "end": {
          "line": 68,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1633,
      "end": 1634,
      "loc": {
        "start": {
          "line": 68,
          "column": 15
        },
        "end": {
          "line": 68,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1634,
      "end": 1637,
      "loc": {
        "start": {
          "line": 68,
          "column": 16
        },
        "end": {
          "line": 68,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1637,
      "end": 1638,
      "loc": {
        "start": {
          "line": 68,
          "column": 19
        },
        "end": {
          "line": 68,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1638,
      "end": 1639,
      "loc": {
        "start": {
          "line": 68,
          "column": 20
        },
        "end": {
          "line": 68,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extensions",
      "start": 1644,
      "end": 1654,
      "loc": {
        "start": {
          "line": 69,
          "column": 4
        },
        "end": {
          "line": 69,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1654,
      "end": 1655,
      "loc": {
        "start": {
          "line": 69,
          "column": 14
        },
        "end": {
          "line": 69,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "eggHelp",
      "start": 1655,
      "end": 1662,
      "loc": {
        "start": {
          "line": 69,
          "column": 15
        },
        "end": {
          "line": 69,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1662,
      "end": 1663,
      "loc": {
        "start": {
          "line": 69,
          "column": 22
        },
        "end": {
          "line": 69,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1663,
      "end": 1664,
      "loc": {
        "start": {
          "line": 69,
          "column": 23
        },
        "end": {
          "line": 69,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1664,
      "end": 1665,
      "loc": {
        "start": {
          "line": 69,
          "column": 24
        },
        "end": {
          "line": 69,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1668,
      "end": 1669,
      "loc": {
        "start": {
          "line": 70,
          "column": 2
        },
        "end": {
          "line": 70,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1670,
      "end": 1671,
      "loc": {
        "start": {
          "line": 71,
          "column": 0
        },
        "end": {
          "line": 71,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1671,
      "end": 1672,
      "loc": {
        "start": {
          "line": 71,
          "column": 1
        },
        "end": {
          "line": 71,
          "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": 1674,
      "end": 1680,
      "loc": {
        "start": {
          "line": 73,
          "column": 0
        },
        "end": {
          "line": 73,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1681,
      "end": 1682,
      "loc": {
        "start": {
          "line": 73,
          "column": 7
        },
        "end": {
          "line": 73,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "repl",
      "start": 1683,
      "end": 1687,
      "loc": {
        "start": {
          "line": 73,
          "column": 9
        },
        "end": {
          "line": 73,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1688,
      "end": 1689,
      "loc": {
        "start": {
          "line": 73,
          "column": 14
        },
        "end": {
          "line": 73,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1689,
      "end": 1690,
      "loc": {
        "start": {
          "line": 73,
          "column": 15
        },
        "end": {
          "line": 73,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1691,
      "end": 1691,
      "loc": {
        "start": {
          "line": 74,
          "column": 0
        },
        "end": {
          "line": 74,
          "column": 0
        }
      }
    }
  ]
}