RecursiveDescentParser

Undocumented in source.

Constructors

this
this(string text)
Undocumented in source.

Members

Functions

accept
bool accept(string needle)
Undocumented in source. Be warned that the author may not have intended to support it.
acceptAsciiChar
bool acceptAsciiChar(bool delegate(char) @(nogc) @(safe) predicate)
Undocumented in source. Be warned that the author may not have intended to support it.
captureGroupInto
bool captureGroupInto(string target, bool delegate() @(nogc) @(safe) action)
Undocumented in source. Be warned that the author may not have intended to support it.
eof
bool eof()
Undocumented in source. Be warned that the author may not have intended to support it.
matchGroup
bool matchGroup(bool delegate() @(nogc) @(safe) action)
Undocumented in source. Be warned that the author may not have intended to support it.
matchOptional
bool matchOptional(bool delegate() @(nogc) @(safe) action)
Undocumented in source. Be warned that the author may not have intended to support it.
matchTimes
bool matchTimes(int num, bool delegate() @(nogc) @(safe) action)
Undocumented in source. Be warned that the author may not have intended to support it.
matchZeroOrMore
bool matchZeroOrMore(bool delegate() @(nogc) @(safe) action)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

remainingText
string remainingText [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta