예제 #1
0
파일: CodeGen.cs 프로젝트: bencz/Beryl
 public void visit(BooleanType that)
 {
     Console.Write("bool");
 }
예제 #2
0
파일: Checker.cs 프로젝트: bencz/Beryl
 public void visit(BooleanType that)
 {
 }