diff --git a/core/math/parser/parser.factor b/core/math/parser/parser.factor index c9ef5512d4..2934d9549a 100644 --- a/core/math/parser/parser.factor +++ b/core/math/parser/parser.factor @@ -1,7 +1,7 @@ ! (c)2009 Joe Groff bsd license USING: accessors byte-arrays combinators kernel kernel.private math namespaces sequences sequences.private splitting strings -make generalizations ; +make ; IN: math.parser : digit> ( ch -- n )