emit-nodes ( block nodes -- block' )


Vocabulary
compiler.cfg.builder

Inputs
blockcurrent basic-block
nodesa sequence


Outputs
block'a basic-block


Word description
Emits all tree nodes to the cfg. The next block to operate on is pushed onto the stack.

Definition