mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Expressions
- Implemented sequence --> infix converter. - Added new Lexer code. - Added Lexer unit tests.
This commit is contained in:
parent
86dcec8aea
commit
ed8454c202
10 changed files with 1247 additions and 70 deletions
|
@ -95,8 +95,6 @@ int CmdCustom::execute (std::string& output)
|
|||
////////////////////////////////////
|
||||
Arguments f = context.args.extract_read_only_filter ();
|
||||
Expression e (f);
|
||||
e.toInfix ();
|
||||
e.toPostfix ();
|
||||
|
||||
return 0;
|
||||
// TODO e.apply (tasks);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue