math.parser: oops

db4
Joe Groff 2011-11-23 19:51:15 -08:00
parent 4e8a1d0bb4
commit 4b6559849f
1 changed files with 1 additions and 1 deletions

View File

@ -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 )