- alnum
auto alnum()
Undocumented in source. Be warned that the author may not have intended to support it.
- alpha
auto alpha()
Undocumented in source. Be warned that the author may not have intended to support it.
- balanced
auto balanced(C left, C right, bool keepPair)
Undocumented in source. Be warned that the author may not have intended to support it.
- balanced
auto balanced(Parser!(B, S) left, Parser!(B, S) right, bool keepPair)
Undocumented in source. Be warned that the author may not have intended to support it.
- digit
auto digit()
Undocumented in source. Be warned that the author may not have intended to support it.
- endOfInput
auto endOfInput()
Undocumented in source. Be warned that the author may not have intended to support it.
- hexdigit
auto hexdigit()
Undocumented in source. Be warned that the author may not have intended to support it.
- hexnum
auto hexnum()
Undocumented in source. Be warned that the author may not have intended to support it.
- line
Parser!(B, immutable(C)[]) line(bool keepTerminator)
Undocumented in source. Be warned that the author may not have intended to support it.
- maybe
auto maybe(Parser!(B, S) p)
Undocumented in source. Be warned that the author may not have intended to support it.
- maybeNewlines
auto maybeNewlines()
Undocumented in source. Be warned that the author may not have intended to support it.
- maybeWhite
auto maybeWhite(bool acceptNewlines)
Undocumented in source. Be warned that the author may not have intended to support it.
- multiliteral
auto multiliteral(R range, bool consumeInput, bool caseSensitive)
Undocumented in source. Be warned that the author may not have intended to support it.
- newline
auto newline()
Undocumented in source. Be warned that the author may not have intended to support it.
- nonwhite
auto nonwhite()
Undocumented in source. Be warned that the author may not have intended to support it.
- number
auto number()
Undocumented in source. Be warned that the author may not have intended to support it.
- someNewlines
auto someNewlines()
Undocumented in source. Be warned that the author may not have intended to support it.
- someWhite
auto someWhite(bool acceptNewlines)
Undocumented in source. Be warned that the author may not have intended to support it.
- upTo
auto upTo(Parser!(B, S) parser, bool keepTerminator, bool consumeTerminator)
Undocumented in source. Be warned that the author may not have intended to support it.
- whitespace
auto whitespace(bool acceptNewline)
Undocumented in source. Be warned that the author may not have intended to support it.
- word
auto word(Word type, int minLength, int maxLength)
Undocumented in source. Be warned that the author may not have intended to support it.