Versions in this module Expand all Collapse all v1 v1.1.9 Oct 1, 2018 Changes in this version + type ExpressionNode struct + Command string + Items []Item + type Item struct + Typ ItemTyp + Value string + type ItemTyp int + const TypLiteral + const TypToken + type Pos int + type ProductionNode struct + Expressions []*ExpressionNode + Name string + type Tree struct + Name string + Productions []*ProductionNode + func New(name string) *Tree + func Parse(name, text string) (t *Tree, err error) + func (t *Tree) Parse(text string) (err error) Incompatible versions in this module v19.2.12+incompatible Jan 12, 2021