Marsyas
0.6.0-alpha
|
Convenience class that encapsulates an expression string and knows how to parse that string to an ExNode expression tree. More...
#include <Expr.h>
Inherited by Rp.
Public Member Functions | |
Ex (std::string e) | |
Ex (std::string i, std::string e) | |
void | parse (Expr *e, ExNode *&init, ExNode *&expr) |
Convenience class that encapsulates an expression string and knows how to parse that string to an ExNode expression tree.