factor/basis/compiler/crossref/crossref-docs.factor

7 lines
258 B
Factor
Raw Normal View History

2016-10-31 06:46:39 -04:00
USING: assocs help.markup help.syntax words ;
IN: compiler.crossref
HELP: load-dependencies
{ $values { "word" word } { "assoc" assoc } }
{ $description "Creates an assoc where keys are the words the word depends on and values are the dependency type." } ;