Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ParseErr = fmt.Errorf("parse error") SynErrFragmentInvalidSymbol = fmt.Errorf("invalid fragment symbol") )
Functions ¶
func ApplyFragments ¶
func CompleteFragments ¶
func CompleteFragments(fragments map[spec.LexKindName]CPTree) error
Types ¶
type PatternEntry ¶
type PatternEntry struct { ID spec.LexModeKindID Pattern []byte }
Click to show internal directories.
Click to hide internal directories.