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(ctx *parsley.Context, leftRecCtx data.IntMap, pos parsley.Pos) (parsley.Node, data.IntSet)
Func defines a helper to implement the Parser interface with functions
Click to show internal directories.
Click to hide internal directories.