Intermediate Representation¶
The IR intermediate representation is one level below the source text level, such as IL representation. The IR representation has a drastically reduced opcode count, that only supports most basic operations through simple classes. In some cases the other intermediate representations directly provide classes from this level.