frontend ( word -- tree )


Vocabulary
compiler

Inputs
worda word


Outputs
treea sequence


Word description
First step of the compilation process. It outputs a high-level tree in SSA form.

Definition