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