Example #1
0
 public void Accept(CIL_Allocate allocate)
 {
     throw new System.NotImplementedException();
 }
Example #2
0
 public void Accept(CIL_Allocate allocate)
 {
     Text += "\t jal " + allocate.MyType + ".constructor\n" +
             "\t sw $v0, " + CurrentScope.VarInStack[allocate.Dest] + "($fp) \n";
 }