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