Parser
- Now that all (?) Parser methods for tree scanning can be called more than once, move all methods into the ::parse method.
This commit is contained in:
@@ -144,13 +144,21 @@ Tree* Parser::tree ()
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Tree* Parser::parse ()
|
||||
{
|
||||
findBinary ();
|
||||
findTerminator ();
|
||||
|
||||
findOverrides ();
|
||||
applyOverrides ();
|
||||
|
||||
findSubstitution ();
|
||||
findPattern ();
|
||||
findTag ();
|
||||
findAttribute ();
|
||||
findAttributeModifier ();
|
||||
findOperator ();
|
||||
findCommand ();
|
||||
findUUIDList ();
|
||||
findIdSequence ();
|
||||
findFilter ();
|
||||
findModifications ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user