Versions in this module Expand all Collapse all v0 v0.6.0-2 Oct 23, 2014 v0.5.0 Sep 30, 2014 Changes in this version + type Attrib interface + type Parser struct + func NewParser() *Parser + func (P *Parser) Error(err error, scanner Scanner) (recovered bool, errorAttrib *parseError.Error) + func (P *Parser) Reset() + func (this *Parser) Parse(scanner Scanner) (res interface{}, err error) + type ProdTab [numProductions]ProdTabEntry + type ProdTabEntry struct + Id string + Index int + NTType int + NumSymbols int + ReduceFunc func([]Attrib) (Attrib, error) + String string + type Scanner interface + Scan func() (tok *token.Token)