CLI2: Implemented ::lexFilterArgs

- Now spots filter elements that need to be Lexed.
This commit is contained in:
Paul Beckingham 2015-07-12 17:57:52 -04:00
parent c2c53fa668
commit 694323a8f1
2 changed files with 39 additions and 0 deletions

View file

@ -101,6 +101,7 @@ private:
void findIDs ();
void findUUIDs ();
void insertIDExpr ();
void lexFilterArgs ();
void desugarFilterPlainArgs ();
void insertJunctions ();
void defaultCommand ();