Handbook
Glossary
(build-call-graph) ( tail? nodes -- )
Vocabulary
compiler
.
tree
.
recursive
.
private
Inputs
tail?
an
object
nodes
an
object
Outputs
None
Definition
USING:
kernel
sequences
;
IN:
compiler.tree.recursive.private
:
(build-call-graph)
( tail? nodes -- )
[
tail-calls
]
keep
[
node-call-graph
]
2each
;