Ejemplo n.º 1
0
 public override void VisitSmaller(ASTSmaller n)
 {
     TypeCheckNumericBinary(n, "Operands for < must both be numeric.", new TypeBool());
 }