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
- makeSource
-
new make(Compiler compiler)
Constructor takes the associated Compiler
- runSource
-
override Void run()
Overrides compiler::CompilerStep.run
Run the step