X-Git-Url: http://nitlanguage.org diff --git a/src/astprinter.nit b/src/astprinter.nit index 61a1083..91aee2f 100644 --- a/src/astprinter.nit +++ b/src/astprinter.nit @@ -90,14 +90,7 @@ redef class ABlockExpr end end -redef class AIntExpr - redef fun accept_printer(v) - do - v.write(value.to_s) - end -end - -redef class AByteExpr +redef class AIntegerExpr redef fun accept_printer(v) do v.write(value.to_s)