build-tree ( word/quot -- nodes )


Vocabulary
compiler.tree.builder

Inputs
word/quota word or a quotation


Outputs
nodesa 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