Handbook
Glossary
non-tail-calls ( call-graph-node -- seq )
Vocabulary
compiler
.
tree
.
recursive
.
private
Inputs
call-graph-node
an
object
Outputs
seq
an
object
Definition
USING:
accessors
sequences
;
IN:
compiler.tree.recursive.private
:
non-tail-calls
( call-graph-node -- seq )
calls>>
[
tail?>>
]
reject
;