Parser
- Converted ::findOperator to use recursive scan.
This commit is contained in:
@@ -75,7 +75,7 @@ private:
|
||||
void findTag (Tree*);
|
||||
void findAttribute (Tree*);
|
||||
void findAttributeModifier (Tree*);
|
||||
void findOperator ();
|
||||
void findOperator (Tree*);
|
||||
void findFilter ();
|
||||
void findModifications ();
|
||||
void findStrayModifications ();
|
||||
|
||||
Reference in New Issue
Block a user