|
stator
A math, geometry, and utility library
|
#include <parser.hpp>
Public Member Functions | |
| virtual Expr | apply (Expr, ExprTokenizer &) const =0 |
| Takes one operand and returns the corresponding Expr. More... | |
| virtual int | BP () const =0 |
| Binding power to the right arguments of the Token. More... | |
Definition at line 231 of file parser.hpp.
|
pure virtual |
|
pure virtual |
1.8.13