Optional

Returns a successful, even if parsing failed. The unsucessful result is represented as 'null'.

Constructors

this
this(Parser parser)
Undocumented in source.

Members

Functions

opCall
Result opCall(Token[] tokens, int pos)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

parser
Parser parser;
Undocumented in source.

Inherited Members

From Parser

opBinary
Parser opBinary(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Result opCall(Token[] tokens, int pos)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta