remember-definition ( definition loc -- )
Factor handbook » The implementation » Definitions » Compilation units » Compilation units internals

Prev:compile ( words -- )
Next:remember-class ( class loc -- )


Vocabulary
compiler.units

Inputs
definitiona definition specifier
loca { path line# } pair


Outputs
None

Word description
Saves the location of a definition and associates this definition with the current source file.

Definition