add missing USING: effects.parser to descriptive, set-n
parent
db6c083162
commit
211004f7e0
|
@ -3,7 +3,7 @@
|
||||||
USING: words kernel sequences locals locals.parser fry
|
USING: words kernel sequences locals locals.parser fry
|
||||||
locals.definitions accessors parser namespaces continuations
|
locals.definitions accessors parser namespaces continuations
|
||||||
summary definitions generalizations arrays prettyprint debugger io
|
summary definitions generalizations arrays prettyprint debugger io
|
||||||
effects tools.annotations ;
|
effects tools.annotations effects.parser ;
|
||||||
IN: descriptive
|
IN: descriptive
|
||||||
|
|
||||||
ERROR: descriptive-error args underlying word ;
|
ERROR: descriptive-error args underlying word ;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
USING: accessors assocs fry generalizations kernel locals math
|
USING: accessors assocs fry generalizations kernel locals math
|
||||||
namespaces parser sequences shuffle words ;
|
namespaces parser sequences shuffle words effects.parser ;
|
||||||
IN: set-n
|
IN: set-n
|
||||||
: get* ( var n -- val ) namestack dup length rot - head assoc-stack ;
|
: get* ( var n -- val ) namestack dup length rot - head assoc-stack ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue