math.parser: oops
parent
4e8a1d0bb4
commit
4b6559849f
|
@ -1,7 +1,7 @@
|
||||||
! (c)2009 Joe Groff bsd license
|
! (c)2009 Joe Groff bsd license
|
||||||
USING: accessors byte-arrays combinators kernel kernel.private
|
USING: accessors byte-arrays combinators kernel kernel.private
|
||||||
math namespaces sequences sequences.private splitting strings
|
math namespaces sequences sequences.private splitting strings
|
||||||
make generalizations ;
|
make ;
|
||||||
IN: math.parser
|
IN: math.parser
|
||||||
|
|
||||||
: digit> ( ch -- n )
|
: digit> ( ch -- n )
|
||||||
|
|
Loading…
Reference in New Issue