pine-parser 0.2.2

Parser for Pine Script.
Documentation
[
  {
    "FunctionDecl": {
      "name": "add",
      "params": [
        {
          "type_qualifier": "Const",
          "type_annotation": "int",
          "name": "x"
        },
        {
          "type_qualifier": "Const",
          "type_annotation": "int",
          "name": "y"
        }
      ],
      "body": [
        {
          "Expression": {
            "Binary": {
              "left": {
                "Variable": {
                  "name": "x"
                }
              },
              "op": "Add",
              "right": {
                "Variable": {
                  "name": "y"
                }
              }
            }
          }
        }
      ],
      "export": true
    }
  }
]