Documentation ¶
Index ¶
- func Any(parsers ...Parser) *parseAny
- func ILiteral(lit string) *parseLiteral
- func Label(label string, parser Parser) *parseLabel
- func Literal(lit string) *parseLiteral
- func Longest(parsers ...Parser) *parseLongest
- func Omit(parser Parser) *parseOmit
- func Regexp(re string) *parseRegexp
- func Series(parsers ...Parser) *parseSeries
- type Node
- type Parser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Parser ¶
Parsers have a `Parse` method that takes a string and returns the remainder of the string after parsing, and a `Node` for the parse result.
func Separating ¶
func ZeroOrMore ¶
Click to show internal directories.
Click to hide internal directories.