- ::findIdSequence removes unnecessarily lexed sub-branches.
This commit is contained in:
Paul Beckingham 2014-06-14 15:24:11 -04:00
parent ebaca3607d
commit 5199554811

View file

@ -1165,6 +1165,7 @@ void Parser::findIdSequence ()
}
(*i)->unTag ("?");
(*i)->removeAllBranches ();
(*i)->tag ("ID");
Tree* branch = (*i)->addBranch (new Tree ("argSeq"));