Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func NewParser ¶
func NewParser(gram *spec.CompiledGrammar, src io.Reader, opts ...ParserOption) (*Parser, error)
type ParserOption ¶
func MakeAST ¶
func MakeAST() ParserOption
func MakeCST ¶
func MakeCST() ParserOption
Click to show internal directories.
Click to hide internal directories.