Exemplo n.º 1
0
 public void Visit(Ast.Expr.Float f)
 {
     f.ActualType = Ast.Type.FloatType;
 }
Exemplo n.º 2
0
 public void Visit(Ast.Expr.Float f)
 {
 }