Rule

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

ProcessFunc
alias ProcessFunc = dstring delegate(dstring)
Undocumented in source.

Functions

As
Rule As(ProcessFunc f)
Undocumented in source. Be warned that the author may not have intended to support it.
Repeat
Rule Repeat()
Undocumented in source. Be warned that the author may not have intended to support it.
Skip
Rule Skip()
Undocumented in source. Be warned that the author may not have intended to support it.
match
MatchResult match(dstring source, Position pos)
Undocumented in source.
matched
MatchResult matched(dstring source, Position pos)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Rule opBinary(Rule rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

processFunc
ProcessFunc processFunc;
Undocumented in source.
skip
bool skip;
Undocumented in source.

Meta