- ProcessFunc
alias ProcessFunc = dstring delegate(dstring)
Undocumented in source.
- skip
bool skip;
Undocumented in source.
- processFunc
ProcessFunc processFunc;
Undocumented in source.
- 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.
- 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.
- As
Rule As(ProcessFunc f)
Undocumented in source. Be warned that the author may not have intended to support it.