pine-parser 0.1.0

Parser for Pine Script.
Documentation
[
  {
    "VarDecl": {
      "name": "x",
      "type_annotation": null,
      "initializer": {
        "Call": {
          "callee": {
            "Literal": "Na"
          },
          "args": [
            {
              "Positional": {
                "Index": {
                  "expr": {
                    "Variable": "close"
                  },
                  "index": {
                    "Literal": {
                      "Int": 1
                    }
                  }
                }
              }
            }
          ],
          "id": 1
        }
      }
    }
  }
]