logo

class

compiler::Assemble

sys::Obj
  compiler::CompilerSupport
    compiler::CompilerStep
      compiler::Assemble

Assemble is responsible for assembling the resolved, analyzed, normalized abstract syntax tree into it's fcode representation in memory as a FPod stored on compiler.fpod.

Slots

make

new make(Compiler compiler)

Constructor takes the associated Compiler

Source

run

override Void run()

Run the step

Source