pine-parser 0.2.2

Parser for Pine Script.
Documentation
[
  {
    "VarDecl": {
      "name": "percentChange",
      "type_annotation": null,
      "initializer": {
        "Binary": {
          "left": {
            "Binary": {
              "left": {
                "Variable": {
                  "name": "closeDiff"
                }
              },
              "op": "Div",
              "right": {
                "Index": {
                  "expr": {
                    "Variable": {
                      "name": "close"
                    }
                  },
                  "index": {
                    "Literal": {
                      "Int": 1
                    }
                  },
                  "id": 1
                }
              }
            }
          },
          "op": "Mul",
          "right": {
            "Literal": {
              "Int": 100
            }
          }
        }
      }
    }
  }
]