Parser
- ::findUUIDList removes unnecessarily lexed sub-branches.
This commit is contained in:
@@ -1273,6 +1273,7 @@ void Parser::findUUIDList ()
|
|||||||
if (n.depleted ())
|
if (n.depleted ())
|
||||||
{
|
{
|
||||||
(*i)->unTag ("?");
|
(*i)->unTag ("?");
|
||||||
|
(*i)->removeAllBranches ();
|
||||||
(*i)->tag ("UUID");
|
(*i)->tag ("UUID");
|
||||||
|
|
||||||
Tree* branch = (*i)->addBranch (new Tree ("argSeq"));
|
Tree* branch = (*i)->addBranch (new Tree ("argSeq"));
|
||||||
|
|||||||
Reference in New Issue
Block a user