Package org.ek9lang.compiler.phase7
package org.ek9lang.compiler.phase7
K - Intermediate Representation Generation.
All the symbols and plugins should now have been resolved. This means that it is now worth while creating the Intermediate Representation so that the code can be fully analysed/optimised and prepared for code generation.
IRGeneration
is the main entry point for this phase.
-
ClassesClassDescriptionMULTI THREADED All symbols resolve and so should be able to create an intermediate representation.If all has gone well in previous phases, this just adds the IR to the main program(s).