Handbook
Glossary
watch-cfg ( path cfg -- )
Vocabulary
compiler
.
cfg
.
graphviz
Inputs
path
an
object
cfg
an
object
Outputs
None
Definition
USING:
compiler.cfg
io.directories
kernel
;
IN:
compiler.cfg.graphviz
:
watch-cfg
( path cfg -- )
over
make-directories
[
[
begin-watching-passes
watch-passes
finish-watching-passes
]
with-cfg
]
curry
with-directory
;