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)
|
if (parse)
|
||||||
{
|
{
|
||||||
// Remove all the syntactic sugar for FILTERs.
|
// Remove all the syntactic sugar for FILTERs.
|
||||||
|
findIDs ();
|
||||||
|
findUUIDs ();
|
||||||
|
insertIDExpr ();
|
||||||
desugarTags ();
|
desugarTags ();
|
||||||
desugarAttributes ();
|
desugarAttributes ();
|
||||||
desugarAttributeModifiers ();
|
desugarAttributeModifiers ();
|
||||||
desugarPatterns ();
|
desugarPatterns ();
|
||||||
findIDs ();
|
|
||||||
findUUIDs ();
|
|
||||||
insertIDExpr ();
|
|
||||||
findOperators ();
|
findOperators ();
|
||||||
findAttributes ();
|
findAttributes ();
|
||||||
insertJunctions ();
|
insertJunctions ();
|
||||||
|
|||||||
Reference in New Issue
Block a user