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

10 lines
418 B
Factor

USING: assocs help.markup help.syntax words ;
IN: compiler.crossref
HELP: compiled-crossref
{ $var-description "A hashtable that maps words to other words that depend on them. It also stores the types of the dependencies." } ;
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." } ;