Compilers::CompilationScope
Constructors
new(instructions : Instructions = [] of UInt8, last_instruction : Compilers::EmittedInstruction = EmittedInstruction.new, previous_instruction : Compilers::EmittedInstruction = EmittedInstruction.new)
SourceInstance methods
instructions
Sourcelast_instruction
Sourcelast_instruction=(last_instruction : Compilers::EmittedInstruction)
Sourceprevious_instruction
Sourceprevious_instruction=(previous_instruction : Compilers::EmittedInstruction)
Source