Process

Manipulates an array of Result values, reducing the result down to a single element.

Constructors

this
this(Parser parser, T func, bool repeat)
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

func
T func;
Undocumented in source.
parser
Parser parser;
Undocumented in source.
repeat
bool repeat;
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