Class Packaging

java.lang.Object
org.ek9lang.compiler.CompilerPhase
org.ek9lang.compiler.phase12.Packaging
All Implemented Interfaces:
BiFunction<Workspace,CompilerFlags,CompilationPhaseResult>

public class Packaging extends CompilerPhase
SINGLE THREADED Take the final optimised generated code and package it in to some type of release vessel. See compilationContext.commandLine().targetArchitecture to determine what to prepare to optimise. For java this will most likely be a jar.