- Relocated calls to findCommand, findUUIDList, findIdSequence from
  A3t::parse to Context::initialize.
This commit is contained in:
Paul Beckingham
2014-04-16 15:59:56 -04:00
parent 9b0e4d6eb1
commit b5649fca8c
3 changed files with 10 additions and 7 deletions

View File

@@ -120,14 +120,11 @@ Tree* A3t::parse ()
{
findBinary ();
findTerminator ();
findCommand ();
findSubstitution ();
findPattern ();
findTag ();
findAttribute ();
findAttributeModifier ();
findUUIDList (); // Before findIdSequence
findIdSequence ();
findOperator ();
validate ();