Expression reboot
- A3::postfix implemented.
This commit is contained in:
@@ -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 "";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user