math: function(src,raw_src){
        let instr = new CLASS.Instruction(); 

        instr.left = OpcodeParser.singleVar(src[1]);
        instr.right = OpcodeParser.singleVar(src[2]);