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