}
}
if(oper==WeaselOperator.RSHIFT){
instructions.add(operator.line, new WeaselInstructionRShift(primitiveID));
}else if(oper==WeaselOperator.LSHIFT){
instructions.add(operator.line, new WeaselInstructionLShift(primitiveID));
}
}else if(oper==WeaselOperator.VERY_SAME || oper==WeaselOperator.NOT_VERY_SAME
|| oper==WeaselOperator.EQUAL || oper==WeaselOperator.NOT_EQUAL){
wcr = compileInfixOperator(compiler, compilerHelper, null, expect, null, false, i-1);
instructions.addAll(wcr.getInstructions());