mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Expression reboot
- A3::postfix implemented.
This commit is contained in:
parent
af2f44ca5a
commit
3d13ac9f12
3 changed files with 106 additions and 2 deletions
|
@ -49,8 +49,15 @@ bool E9::evalFilter (const Task& task)
|
|||
if (_args.size () == 0)
|
||||
return true;
|
||||
|
||||
// TODO Insert eval here.
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::string evalExpression (const Task& task)
|
||||
{
|
||||
|
||||
return "";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue