Documentation
¶
Overview ¶
Package parser contains the main structs for parsing
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Func ¶
type Func func(h parsley.History, leftRecCtx data.IntMap, r parsley.Reader, pos parsley.Pos) (parsley.Node, parsley.Error, data.IntSet)
Func defines a helper to implement the Parser interface with functions
type History ¶
type History struct {
// contains filtered or unexported fields
}
History records information about parser calls
Click to show internal directories.
Click to hide internal directories.