Handbook
Glossary
live-children ( #branch -- children )
Vocabulary
compiler
.
tree
.
propagation
.
branches
Inputs
#branch
an
object
Outputs
children
an
object
Definition
USING:
accessors
compiler.tree.combinators
kernel
;
IN:
compiler.tree.propagation.branches
:
live-children
( #branch -- children )
[
children>>
]
[
live-branches>>
]
bi
select-children
;