Ejemplo n.º 1
0
 public void Visit(StringLiteral sl)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void Visit(StringLiteral sl)
 {
     sw.WriteLine("\tld a," + game.GetObjectId(sl.s) + " ; " + sl.s);
     sw.WriteLine("\tpush af");
 }