8  The BANNER Intermediate Representation (IR)

We bridge the gap between high-level HULK and low-level machine code. We define the BANNER Intermediate Representation (IR) and implement a “lowering” pass to transform our AST into a linear sequence of instructions.

# Transpiler from HULK to Banner IR