Handbook
Glossary
<definition> ( node value -- definition )
Vocabulary
compiler
.
tree
.
def-use
Inputs
node
an
object
value
an
object
Outputs
definition
an
object
Definition
USING:
accessors
kernel
;
IN:
compiler.tree.def-use
:
<definition>
( node value -- definition )
definition
new
swap
>>value
swap
>>node
V{
}
clone
>>uses
;