- ::findOperator removes unnecessarily lexed sub-branches.
This commit is contained in:
Paul Beckingham 2014-06-14 15:24:34 -04:00
parent da1dbb5666
commit dbe38f2747

View file

@ -1341,6 +1341,7 @@ void Parser::findOperator ()
if (*opt == raw)
{
(*i)->unTag ("?");
(*i)->removeAllBranches ();
(*i)->tag ("OP");
break;
}