Class ProgramWithIR

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

public class ProgramWithIR extends CompilerPhase
If all has gone well in previous phases, this just adds the IR to the main program(s).