Class IRBlockGenerator
java.lang.Object
org.ek9lang.compiler.phase7.IRBlockGenerator
Generates IR BasicBlock sequences from EK9 AST nodes.
Properly traverses the ANTLR AST and uses resolved symbols from ParsedModule to generate accurate IR instructions that reflect the actual EK9 source code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerate IR for a program's instruction block.
-
Constructor Details
-
IRBlockGenerator
-
-
Method Details
-
generateProgramBlock
Generate IR for a program's instruction block. Properly traverses the AST to create BasicBlock with actual program statements.
-