コード例 #1
0
 public static void interpret(string gFile, string iFile)
 {
     c = new compiler(gFile, iFile);
     c.Interpret();
 }