pine-parser 0.2.1

Parser for Pine Script.
Documentation
[
  {
    "VarDecl": {
      "name": "x",
      "type_annotation": null,
      "initializer": {
        "Literal": {
          "Int": 10
        }
      },
      "var_kind": "Var"
    }
  },
  {
    "VarDecl": {
      "name": "y",
      "type_annotation": null,
      "initializer": {
        "Index": {
          "expr": {
            "Variable": {
              "name": "close"
            }
          },
          "index": {
            "Literal": {
              "Int": 1
            }
          }
        }
      },
      "var_kind": "Var"
    }
  }
]