Expression reboot

- A3::postfix implemented.
This commit is contained in:
Paul Beckingham 2011-07-25 01:33:23 -04:00
parent af2f44ca5a
commit 3d13ac9f12
3 changed files with 106 additions and 2 deletions

View file

@ -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 "";
}
////////////////////////////////////////////////////////////////////////////////