mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
Eval
- Added Eval::getOperators to expose suported operator symbols.
This commit is contained in:
parent
fff1ae2d6e
commit
bf30fb3085
2 changed files with 19 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue