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