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