pine-parser 0.2.1

Parser for Pine Script.
Documentation
1
2
3
4
5
type InfoLabel
    int x = 0

method set(InfoLabel this, const int newX) =>
    this.x := newX