|
stator
A math, geometry, and utility library
|
#include <parser.hpp>
Classes | |
| struct | Visitor |
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 292 of file parser.hpp.
|
inlinevirtual |
Implements sym::detail::ExprTokenizer::LeftOperatorBase.
Definition at line 299 of file parser.hpp.
|
inlinevirtual |
Implements sym::detail::ExprTokenizer::LeftOperatorBase.
Definition at line 304 of file parser.hpp.
1.8.13