Versions in this module Expand all Collapse all v0 v0.0.1 Jan 7, 2018 Changes in this version + func MustCompile(path string) (*regexp.Regexp, bool) + type Node struct + type Path struct + func (p *Path) Result() (string, bool) + type Peg struct + Buffer string + Pretty bool + func (p *Peg) Execute() + func (p *Peg) Init() + func (p *Peg) Parse(rule ...int) error + func (p *Peg) PrintSyntaxTree() + func (p *Peg) Reset() + func (t *Peg) AST() *node32 + func (t *Peg) Add(rule pegRule, begin, end, index uint32) + func (t *Peg) PrettyPrintSyntaxTree(buffer string) + func (t *Peg) Print() + func (t *Peg) Tokens() []token32 + func (t *Peg) Trim(length uint32)