class

Compilers::CompilationScope

Inherits Reference / Object

Constructors

new(instructions : Instructions = [] of UInt8, last_instruction : Compilers::EmittedInstruction = EmittedInstruction.new, previous_instruction : Compilers::EmittedInstruction = EmittedInstruction.new)
Source

Instance methods

instructions
Source
instructions=(instructions : Array(UInt8))
Source
last_instruction
Source
last_instruction=(last_instruction : Compilers::EmittedInstruction)
Source
previous_instruction
Source
previous_instruction=(previous_instruction : Compilers::EmittedInstruction)
Source