parsers

Undocumented in source.

Members

Functions

dynamic
auto dynamic()
Undocumented in source. Be warned that the author may not have intended to support it.
eof
auto eof()

Zero-width assertion that parses successfully on input end. Use to make sure the whole stream was consumed.

literal
auto literal()
Undocumented in source. Be warned that the author may not have intended to support it.
range
auto range()
Undocumented in source. Be warned that the author may not have intended to support it.
set
auto set()
Undocumented in source. Be warned that the author may not have intended to support it.
stk
auto stk()

Single element token, skipping any whitespace at front.

tk
auto tk()

Single element token.

wrap
auto wrap(Parser parser)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

DynamicParser
interface DynamicParser(V)
Undocumented in source.

Structs

Eof
struct Eof
Undocumented in source.
Range
struct Range(alias low, alias high)
Undocumented in source.
Set
struct Set(alias set)
Undocumented in source.
Tk
struct Tk(alias c)
Undocumented in source.
_Literal
struct _Literal(alias literal)
Undocumented in source.

Meta