Expr

Applies a parser repeatedly, delimited by a separator until it fails.

Constructors

this
this(Parser parser, Parser separator)
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;
separator
Parser separator;
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