pine-parser 0.2.2

Parser for Pine Script.
Documentation
1
2
3
var sma14 = sma(close, 14)
var max_val = max(high, low)
var result = foo()