Class IRModule

java.lang.Object
org.ek9lang.compiler.IRModule
All Implemented Interfaces:
Serializable, Module

public final class IRModule extends Object implements Module
Represents the Intermediate Representation of the EK9 code for a particular EK9 module.

The idea is to pull out all the EK9 specifics and move more towards a general target CPU based implementation. By this I mean take out things like 'guards' and

See Also: