Handbook
Glossary
build-tree ( word/quot -- nodes )
Vocabulary
compiler
.
tree
.
builder
Inputs
word/quot
a
word
or a
quotation
Outputs
nodes
a sequence of nodes
Word description
Attempts to construct tree SSA IR from a quotation.
Notes
This is the first stage of the compiler.
Errors
Throws an
inference-error
if stack effect inference fails.
Definition
USING:
compiler.tree.builder.private
kernel
;
IN:
compiler.tree.builder
:
build-tree
( word/quot -- nodes )
[
f
]
dip
build-tree-with
;