Expressions
- Implemented sequence --> infix converter. - Added new Lexer code. - Added Lexer unit tests.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user