Exemple #1
0
 public void Visit(Ast.Expr.Int i)
 {
     i.ActualType = Ast.Type.IntType;
 }
Exemple #2
0
 public void Visit(Ast.Expr.Int i)
 {
 }