public void Accept(CIL_Print_Int print) { throw new NotImplementedException(); }
public void Accept(CIL_Print_Int print) { Text += "\t lw $a0, " + CurrentScope.VarInStack[print._var] + "($fp) \n" + "\t li $v0, 1 \n" + "\t syscall \n"; }