mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
Eval: Added method for providing a precompiled expression
This commit is contained in:
parent
ad18d13c29
commit
9db73962da
2 changed files with 20 additions and 0 deletions
|
@ -45,6 +45,7 @@ public:
|
|||
void evaluateInfixExpression (const std::string&, Variant&) const;
|
||||
void evaluatePostfixExpression (const std::string&, Variant&) const;
|
||||
void compileExpression (const std::string&);
|
||||
void compileExpression (const std::vector <std::pair <std::string, Lexer::Type>>&);
|
||||
void evaluateCompiledExpression (Variant&);
|
||||
void ambiguity (bool);
|
||||
void debug (bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue