TOKEN_OPERATOR_ASSIGN
return Token(TOKEN_OPERATOR_ASSIGN, tokenPos, 1);
if (op.type == TOKEN_OPERATOR_ASSIGN) {