Parser

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(File f)
Undocumented in source.

Members

Functions

evaluateFromString
string evaluateFromString(string exp)
Undocumented in source. Be warned that the author may not have intended to support it.
expect
auto expect(TokenType t)
Undocumented in source. Be warned that the author may not have intended to support it.
getVariables
auto ref getVariables()
Undocumented in source. Be warned that the author may not have intended to support it.
parseExpression
Expression parseExpression()
Undocumented in source. Be warned that the author may not have intended to support it.
parseExpression
Expression parseExpression(Precedence precedence, bool start)
Undocumented in source. Be warned that the author may not have intended to support it.
parseGroupExpression
Expression parseGroupExpression()
Undocumented in source. Be warned that the author may not have intended to support it.
setInput
void setInput(File f)
Undocumented in source. Be warned that the author may not have intended to support it.
setVariable
void setVariable(string name, real value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta