pine-parser 0.1.0

Parser for Pine Script.
Documentation
1
2
3
4
5
6
7
var x = 10
var y = close[1]

if x > 5
    y = x * 2
else
    y = x + 1