Handbook
Glossary
record-definitions ( source-file -- )
Factor handbook
»
The implementation
»
Source files
Prev:
record-checksum ( lines source-file -- )
Next:
forget-source ( path -- )
Vocabulary
source-files
Inputs
source-file
a
source-file
Outputs
None
Word description
Records that all
new-definitions
were defined in
file
.
Definition
USING:
accessors
compiler.units
kernel
namespaces
;
IN:
source-files
:
record-definitions
( source-file -- )
new-definitions
get
>>definitions
drop
;