コード例 #1
0
ファイル: CodeGen.cs プロジェクト: bencz/Beryl
 public void visit(IntegerType that)
 {
     Console.Write("int");
 }
コード例 #2
0
ファイル: Checker.cs プロジェクト: bencz/Beryl
 public void visit(IntegerType that)
 {
 }