Source files - Factor Documentation (original) (raw)
Words in the source-files vocabulary are used to keep track of loaded source files. This is used to implement Runtime code reloading.
Words intended for the parser:
record-checksum ( lines source-file -- )
record-definitions ( source-file -- )
Removing a source file from the database:
The pathname class implements the definition protocol by working with the corresponding source file; see Definitions.