|
|
@ -650,8 +650,13 @@ namespace Compiler
|
|
|
|
mOperators.push_back ('m');
|
|
|
|
mOperators.push_back ('m');
|
|
|
|
mTokenLoc = loc;
|
|
|
|
mTokenLoc = loc;
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|
|
|
|
|
} else if (code ==Scanner::S_plus && mNextOperand) {
|
|
|
|
|
|
|
|
// Also unary, but +, just ignore it
|
|
|
|
|
|
|
|
mTokenLoc = loc;
|
|
|
|
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (code==Scanner::S_open)
|
|
|
|
if (code==Scanner::S_open)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (mNextOperand)
|
|
|
|
if (mNextOperand)
|
|
|
|