CLI
- Moved ID and UUID parsing earlier in the sequence.
This commit is contained in:
@@ -345,13 +345,13 @@ void CLI::analyze (bool parse /* = true */)
|
||||
if (parse)
|
||||
{
|
||||
// Remove all the syntactic sugar for FILTERs.
|
||||
findIDs ();
|
||||
findUUIDs ();
|
||||
insertIDExpr ();
|
||||
desugarTags ();
|
||||
desugarAttributes ();
|
||||
desugarAttributeModifiers ();
|
||||
desugarPatterns ();
|
||||
findIDs ();
|
||||
findUUIDs ();
|
||||
insertIDExpr ();
|
||||
findOperators ();
|
||||
findAttributes ();
|
||||
insertJunctions ();
|
||||
|
||||
Reference in New Issue
Block a user