[
  {
    "type": "identifier",
    "value": "const",
    "index": 0,
    "length": 5,
    "line": 1,
    "lineEnd": 1,
    "column": 1,
    "columnEnd": 5,
    "isKeyword": true,
    "indention": 0,
    "tokenIndex": 0
  },
  {
    "type": "identifier",
    "value": "num",
    "index": 6,
    "length": 3,
    "line": 1,
    "lineEnd": 1,
    "column": 7,
    "columnEnd": 9,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 1
  },
  {
    "type": "operator",
    "value": "=",
    "index": 10,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 11,
    "columnEnd": 11,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 2
  },
  {
    "type": "numeric",
    "value": "1e3",
    "index": 12,
    "length": 3,
    "line": 1,
    "lineEnd": 1,
    "column": 13,
    "columnEnd": 15,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 3
  }
]