- option
ParseTree option(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
- option
string option(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
- option
ParseTree option(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
Given a subrule 'r', represents the expression 'r?'. It tries to match 'r' and if this matches successfully, it returns this match. If 'r' failed, 'r?' is still a success, but without any child nor match.