Parser
- ::findOperator removes unnecessarily lexed sub-branches.
This commit is contained in:
@@ -1341,6 +1341,7 @@ void Parser::findOperator ()
|
|||||||
if (*opt == raw)
|
if (*opt == raw)
|
||||||
{
|
{
|
||||||
(*i)->unTag ("?");
|
(*i)->unTag ("?");
|
||||||
|
(*i)->removeAllBranches ();
|
||||||
(*i)->tag ("OP");
|
(*i)->tag ("OP");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user