Documentation
¶
Index ¶
- type Func
- func AtLeastOne(f Func) Func
- func CI(s string) Func
- func Delimited(term Func, delimiter Func) Func
- func End() Func
- func Exact(s string) Func
- func Multiple(f Func) Func
- func OneOf(fns ...func(*Parser) bool) Func
- func Optional(f Func) Func
- func RE(re *regexp.Regexp, submatchcb func([]string) bool) Func
- func SeqWS(fns ...Func) Func
- type Parser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Func ¶
func AtLeastOne ¶
Click to show internal directories.
Click to hide internal directories.