Adding continutations to USING: list for extra/lisp
parent
a7f385ef12
commit
e6c9a3dfa5
|
@ -3,7 +3,7 @@
|
||||||
USING: kernel peg sequences arrays strings combinators.lib
|
USING: kernel peg sequences arrays strings combinators.lib
|
||||||
namespaces combinators math locals locals.private locals.backend accessors
|
namespaces combinators math locals locals.private locals.backend accessors
|
||||||
vectors syntax lisp.parser assocs parser sequences.lib words
|
vectors syntax lisp.parser assocs parser sequences.lib words
|
||||||
quotations fry lists summary combinators.short-circuit ;
|
quotations fry lists summary combinators.short-circuit continuations ;
|
||||||
IN: lisp
|
IN: lisp
|
||||||
|
|
||||||
DEFER: convert-form
|
DEFER: convert-form
|
||||||
|
|
Loading…
Reference in New Issue