|
stator
A math, geometry, and utility library
|
#include <parser.hpp>
Public Member Functions | |
| Expr | apply (Expr l, ExprTokenizer &tk) const |
| Takes left operand and returns the corresponding Expr, fetching the right operands from the tokenizer. More... | |
| int | LBP () const |
| Left binding power (Precedence of this operator) More... | |
| int | NBP () const |
| Next binding power (highest precedence of the operator that this operator can be a left operand of) More... | |
Definition at line 240 of file parser.hpp.
|
inlinevirtual |
Implements sym::detail::ExprTokenizer::RightOperatorBase.
Definition at line 241 of file parser.hpp.
|
inlinevirtual |
Implements sym::detail::ExprTokenizer::RightOperatorBase.
Definition at line 245 of file parser.hpp.
|
inlinevirtual |
Implements sym::detail::ExprTokenizer::RightOperatorBase.
Definition at line 247 of file parser.hpp.
1.8.13