class compiler::Assemble

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

Source

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.

make

new make(Compiler compiler)

Source

Constructor takes the associated Compiler

run

virtual override Void run()

Source

Run the step