A3t
- Relocated calls to findCommand, findUUIDList, findIdSequence from A3t::parse to Context::initialize.
This commit is contained in:
@@ -120,14 +120,11 @@ Tree* A3t::parse ()
|
||||
{
|
||||
findBinary ();
|
||||
findTerminator ();
|
||||
findCommand ();
|
||||
findSubstitution ();
|
||||
findPattern ();
|
||||
findTag ();
|
||||
findAttribute ();
|
||||
findAttributeModifier ();
|
||||
findUUIDList (); // Before findIdSequence
|
||||
findIdSequence ();
|
||||
findOperator ();
|
||||
|
||||
validate ();
|
||||
|
||||
Reference in New Issue
Block a user