Eval
- Added Eval::getOperators to expose suported operator symbols.
This commit is contained in:
@@ -47,6 +47,8 @@ public:
|
||||
void ambiguity (bool);
|
||||
void debug ();
|
||||
|
||||
static void getOperators (std::vector <std::string>&);
|
||||
|
||||
private:
|
||||
void evaluatePostfixStack (const std::vector <std::pair <std::string, Lexer::Type> >&, Variant&) const;
|
||||
void infixToPostfix (std::vector <std::pair <std::string, Lexer::Type> >&) const;
|
||||
|
||||
Reference in New Issue
Block a user