pine-parser 0.2.2

Parser for Pine Script.
Documentation
1
2
3
4
5
6
if x > 0
    a = 1
    b = 2
else
    a = -1
    b = -2