|
stator
A math, geometry, and utility library
|
#include <parser.hpp>
Public Member Functions | |
| Expr | apply (Expr l, ExprTokenizer &tk) const |
| Takes one operand and returns the corresponding Expr. More... | |
| int | BP () const |
| Binding power to the right arguments of the Token. More... | |
Definition at line 257 of file parser.hpp.
|
inlinevirtual |
Implements sym::detail::ExprTokenizer::LeftOperatorBase.
Definition at line 258 of file parser.hpp.
|
inlinevirtual |
Implements sym::detail::ExprTokenizer::LeftOperatorBase.
Definition at line 264 of file parser.hpp.
1.8.13