{
  "type": "File",
  "start": 0,
  "end": 339,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 12,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 339,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 12,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ExportNamedDeclaration",
        "start": 199,
        "end": 338,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 11,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 206,
          "end": 338,
          "loc": {
            "start": {
              "line": 9,
              "column": 7
            },
            "end": {
              "line": 11,
              "column": 1
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 210,
              "end": 338,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 11
                },
                "end": {
                  "line": 11,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 210,
                "end": 213,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 11
                  },
                  "end": {
                    "line": 9,
                    "column": 14
                  },
                  "identifierName": "rnd"
                },
                "name": "rnd",
                "leadingComments": null
              },
              "init": {
                "type": "ArrowFunctionExpression",
                "start": 216,
                "end": 338,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 17
                  },
                  "end": {
                    "line": 11,
                    "column": 1
                  }
                },
                "id": {
                  "type": "Identifier",
                  "start": 210,
                  "end": 213,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 11
                    },
                    "end": {
                      "line": 9,
                      "column": 14
                    },
                    "identifierName": "rnd"
                  },
                  "name": "rnd",
                  "leadingComments": null
                },
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 218,
                    "end": 221,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 19
                      },
                      "end": {
                        "line": 9,
                        "column": 22
                      },
                      "identifierName": "min"
                    },
                    "name": "min"
                  },
                  {
                    "type": "Identifier",
                    "start": 223,
                    "end": 226,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 24
                      },
                      "end": {
                        "line": 9,
                        "column": 27
                      },
                      "identifierName": "max"
                    },
                    "name": "max"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 232,
                  "end": 338,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 33
                    },
                    "end": {
                      "line": 11,
                      "column": 1
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 236,
                      "end": 336,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 2
                        },
                        "end": {
                          "line": 10,
                          "column": 102
                        }
                      },
                      "argument": {
                        "type": "BinaryExpression",
                        "start": 243,
                        "end": 336,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 9
                          },
                          "end": {
                            "line": 10,
                            "column": 102
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 243,
                          "end": 317,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 9
                            },
                            "end": {
                              "line": 10,
                              "column": 83
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 243,
                            "end": 253,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 9
                              },
                              "end": {
                                "line": 10,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 243,
                              "end": 247,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 9
                                },
                                "end": {
                                  "line": 10,
                                  "column": 13
                                },
                                "identifierName": "Math"
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 248,
                              "end": 253,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 14
                                },
                                "end": {
                                  "line": 10,
                                  "column": 19
                                },
                                "identifierName": "floor"
                              },
                              "name": "floor"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "BinaryExpression",
                              "start": 255,
                              "end": 315,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 21
                                },
                                "end": {
                                  "line": 10,
                                  "column": 81
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 255,
                                "end": 268,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 255,
                                  "end": 266,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 255,
                                    "end": 259,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 25
                                      },
                                      "identifierName": "Math"
                                    },
                                    "name": "Math"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 260,
                                    "end": 266,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 32
                                      },
                                      "identifierName": "random"
                                    },
                                    "name": "random"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "operator": "*",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 273,
                                "end": 313,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 79
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 273,
                                  "end": 309,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 75
                                    }
                                  },
                                  "left": {
                                    "type": "CallExpression",
                                    "start": 273,
                                    "end": 290,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 56
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 273,
                                      "end": 283,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 273,
                                        "end": 277,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 43
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 278,
                                        "end": 283,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 49
                                          },
                                          "identifierName": "floor"
                                        },
                                        "name": "floor"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 285,
                                        "end": 288,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 54
                                          },
                                          "identifierName": "max"
                                        },
                                        "name": "max"
                                      }
                                    ]
                                  },
                                  "operator": "-",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 293,
                                    "end": 309,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 75
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 293,
                                      "end": 302,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 68
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 293,
                                        "end": 297,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 63
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 298,
                                        "end": 302,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 64
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 68
                                          },
                                          "identifierName": "ceil"
                                        },
                                        "name": "ceil"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 304,
                                        "end": 307,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 73
                                          },
                                          "identifierName": "min"
                                        },
                                        "name": "min"
                                      }
                                    ]
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 312,
                                  "end": 313,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 79
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1,
                                    "raw": "1"
                                  },
                                  "value": 1
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 271
                                }
                              }
                            }
                          ]
                        },
                        "operator": "+",
                        "right": {
                          "type": "CallExpression",
                          "start": 320,
                          "end": 336,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 86
                            },
                            "end": {
                              "line": 10,
                              "column": 102
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 320,
                            "end": 329,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 86
                              },
                              "end": {
                                "line": 10,
                                "column": 95
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 320,
                              "end": 324,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 86
                                },
                                "end": {
                                  "line": 10,
                                  "column": 90
                                },
                                "identifierName": "Math"
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 325,
                              "end": 329,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 91
                                },
                                "end": {
                                  "line": 10,
                                  "column": 95
                                },
                                "identifierName": "ceil"
                              },
                              "name": "ceil"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 331,
                              "end": 334,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 97
                                },
                                "end": {
                                  "line": 10,
                                  "column": 100
                                },
                                "identifierName": "min"
                              },
                              "name": "min"
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              "leadingComments": null
            }
          ],
          "kind": "let",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Generate a random number between two values\n * @param {Number} min The minimum value\n * @param {Number} max The maximum value\n * @return {Number} The random number generated\n ",
              "start": 14,
              "end": 198,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 0
                },
                "end": {
                  "line": 8,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Generate a random number between two values\n * @param {Number} min The minimum value\n * @param {Number} max The maximum value\n * @return {Number} The random number generated\n ",
            "start": 14,
            "end": 198,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 3
              }
            }
          }
        ]
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 0,
        "end": 12,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 0,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          },
          "trailingComments": null
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Generate a random number between two values\n * @param {Number} min The minimum value\n * @param {Number} max The maximum value\n * @return {Number} The random number generated\n ",
            "start": 14,
            "end": 198,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 3
              }
            }
          }
        ]
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * Generate a random number between two values\n * @param {Number} min The minimum value\n * @param {Number} max The maximum value\n * @return {Number} The random number generated\n ",
      "start": 14,
      "end": 198,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 0,
      "end": 12,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 12
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Generate a random number between two values\n * @param {Number} min The minimum value\n * @param {Number} max The maximum value\n * @return {Number} The random number generated\n ",
      "start": 14,
      "end": 198,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "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": 199,
      "end": 205,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 6
        }
      }
    },
    {
      "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": 206,
      "end": 209,
      "loc": {
        "start": {
          "line": 9,
          "column": 7
        },
        "end": {
          "line": 9,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rnd",
      "start": 210,
      "end": 213,
      "loc": {
        "start": {
          "line": 9,
          "column": 11
        },
        "end": {
          "line": 9,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 214,
      "end": 215,
      "loc": {
        "start": {
          "line": 9,
          "column": 15
        },
        "end": {
          "line": 9,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 216,
      "end": 217,
      "loc": {
        "start": {
          "line": 9,
          "column": 17
        },
        "end": {
          "line": 9,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min",
      "start": 218,
      "end": 221,
      "loc": {
        "start": {
          "line": 9,
          "column": 19
        },
        "end": {
          "line": 9,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 221,
      "end": 222,
      "loc": {
        "start": {
          "line": 9,
          "column": 22
        },
        "end": {
          "line": 9,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max",
      "start": 223,
      "end": 226,
      "loc": {
        "start": {
          "line": 9,
          "column": 24
        },
        "end": {
          "line": 9,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 227,
      "end": 228,
      "loc": {
        "start": {
          "line": 9,
          "column": 28
        },
        "end": {
          "line": 9,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 229,
      "end": 231,
      "loc": {
        "start": {
          "line": 9,
          "column": 30
        },
        "end": {
          "line": 9,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 232,
      "end": 233,
      "loc": {
        "start": {
          "line": 9,
          "column": 33
        },
        "end": {
          "line": 9,
          "column": 34
        }
      }
    },
    {
      "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": 236,
      "end": 242,
      "loc": {
        "start": {
          "line": 10,
          "column": 2
        },
        "end": {
          "line": 10,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 243,
      "end": 247,
      "loc": {
        "start": {
          "line": 10,
          "column": 9
        },
        "end": {
          "line": 10,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 247,
      "end": 248,
      "loc": {
        "start": {
          "line": 10,
          "column": 13
        },
        "end": {
          "line": 10,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "floor",
      "start": 248,
      "end": 253,
      "loc": {
        "start": {
          "line": 10,
          "column": 14
        },
        "end": {
          "line": 10,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 253,
      "end": 254,
      "loc": {
        "start": {
          "line": 10,
          "column": 19
        },
        "end": {
          "line": 10,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 255,
      "end": 259,
      "loc": {
        "start": {
          "line": 10,
          "column": 21
        },
        "end": {
          "line": 10,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 259,
      "end": 260,
      "loc": {
        "start": {
          "line": 10,
          "column": 25
        },
        "end": {
          "line": 10,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "random",
      "start": 260,
      "end": 266,
      "loc": {
        "start": {
          "line": 10,
          "column": 26
        },
        "end": {
          "line": 10,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 266,
      "end": 267,
      "loc": {
        "start": {
          "line": 10,
          "column": 32
        },
        "end": {
          "line": 10,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 267,
      "end": 268,
      "loc": {
        "start": {
          "line": 10,
          "column": 33
        },
        "end": {
          "line": 10,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 269,
      "end": 270,
      "loc": {
        "start": {
          "line": 10,
          "column": 35
        },
        "end": {
          "line": 10,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 271,
      "end": 272,
      "loc": {
        "start": {
          "line": 10,
          "column": 37
        },
        "end": {
          "line": 10,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 273,
      "end": 277,
      "loc": {
        "start": {
          "line": 10,
          "column": 39
        },
        "end": {
          "line": 10,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 277,
      "end": 278,
      "loc": {
        "start": {
          "line": 10,
          "column": 43
        },
        "end": {
          "line": 10,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "floor",
      "start": 278,
      "end": 283,
      "loc": {
        "start": {
          "line": 10,
          "column": 44
        },
        "end": {
          "line": 10,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 283,
      "end": 284,
      "loc": {
        "start": {
          "line": 10,
          "column": 49
        },
        "end": {
          "line": 10,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max",
      "start": 285,
      "end": 288,
      "loc": {
        "start": {
          "line": 10,
          "column": 51
        },
        "end": {
          "line": 10,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 289,
      "end": 290,
      "loc": {
        "start": {
          "line": 10,
          "column": 55
        },
        "end": {
          "line": 10,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 291,
      "end": 292,
      "loc": {
        "start": {
          "line": 10,
          "column": 57
        },
        "end": {
          "line": 10,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 293,
      "end": 297,
      "loc": {
        "start": {
          "line": 10,
          "column": 59
        },
        "end": {
          "line": 10,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 297,
      "end": 298,
      "loc": {
        "start": {
          "line": 10,
          "column": 63
        },
        "end": {
          "line": 10,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ceil",
      "start": 298,
      "end": 302,
      "loc": {
        "start": {
          "line": 10,
          "column": 64
        },
        "end": {
          "line": 10,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 302,
      "end": 303,
      "loc": {
        "start": {
          "line": 10,
          "column": 68
        },
        "end": {
          "line": 10,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min",
      "start": 304,
      "end": 307,
      "loc": {
        "start": {
          "line": 10,
          "column": 70
        },
        "end": {
          "line": 10,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 308,
      "end": 309,
      "loc": {
        "start": {
          "line": 10,
          "column": 74
        },
        "end": {
          "line": 10,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 310,
      "end": 311,
      "loc": {
        "start": {
          "line": 10,
          "column": 76
        },
        "end": {
          "line": 10,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 312,
      "end": 313,
      "loc": {
        "start": {
          "line": 10,
          "column": 78
        },
        "end": {
          "line": 10,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 314,
      "end": 315,
      "loc": {
        "start": {
          "line": 10,
          "column": 80
        },
        "end": {
          "line": 10,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 316,
      "end": 317,
      "loc": {
        "start": {
          "line": 10,
          "column": 82
        },
        "end": {
          "line": 10,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 318,
      "end": 319,
      "loc": {
        "start": {
          "line": 10,
          "column": 84
        },
        "end": {
          "line": 10,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 320,
      "end": 324,
      "loc": {
        "start": {
          "line": 10,
          "column": 86
        },
        "end": {
          "line": 10,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "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": 90
        },
        "end": {
          "line": 10,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ceil",
      "start": 325,
      "end": 329,
      "loc": {
        "start": {
          "line": 10,
          "column": 91
        },
        "end": {
          "line": 10,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 329,
      "end": 330,
      "loc": {
        "start": {
          "line": 10,
          "column": 95
        },
        "end": {
          "line": 10,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "min",
      "start": 331,
      "end": 334,
      "loc": {
        "start": {
          "line": 10,
          "column": 97
        },
        "end": {
          "line": 10,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 335,
      "end": 336,
      "loc": {
        "start": {
          "line": 10,
          "column": 101
        },
        "end": {
          "line": 10,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 337,
      "end": 338,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 339,
      "end": 339,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 0
        }
      }
    }
  ]
}