fix using
parent
a969b9c778
commit
64c5dc591c
|
@ -3,7 +3,7 @@ USING: kernel words namespaces classes parser continuations
|
||||||
io io.files io.launcher io.sockets
|
io io.files io.launcher io.sockets
|
||||||
math math.parser
|
math math.parser
|
||||||
combinators sequences splitting quotations arrays strings tools.time
|
combinators sequences splitting quotations arrays strings tools.time
|
||||||
parser-combinators new-slots accessors assocs.lib
|
sequences.deep new-slots accessors assocs.lib
|
||||||
combinators.cleave bake calendar calendar.format ;
|
combinators.cleave bake calendar calendar.format ;
|
||||||
|
|
||||||
IN: builder.util
|
IN: builder.util
|
||||||
|
@ -108,4 +108,4 @@ USE: prettyprint
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
: failsafe ( quot -- ) [ drop ] recover ;
|
: failsafe ( quot -- ) [ drop ] recover ;
|
||||||
|
|
Loading…
Reference in New Issue