Handbook
Glossary
<#recursive> ( label inputs child -- node )
Vocabulary
compiler
.
tree
Inputs
label
an
object
inputs
an
object
child
an
object
Outputs
node
an
object
Definition
USING:
accessors
kernel
;
IN:
compiler.tree
:
<#recursive>
( label inputs child -- node )
#recursive
new
swap
>>child
swap
>>in-d
swap
>>label
;