bootstrap-word ( word -- target ) - Factor Documentation

bootstrap-word ( word -- target )


Vocabulary
words

Inputs
word a word


Outputs
target a word


Word description
Looks up a word with the same name and vocabulary as the given word, performing a transformation to handle parsing words in the target dictionary. Used during bootstrap to transfer host words to the target dictionary.

Definition
IN: words

: bootstrap-word ( word -- target )
[ target-word ] [ ] if-bootstrapping ;

AltStyle によって変換されたページ (->オリジナル) /