pine-parser 0.2.1

Parser for Pine Script.
Documentation
1
2
3
4
5
6
7
8
//@version=4

var x = 5

string result = if x > 0
    "positive"
else
    "non-positive"