class Compilers::CompilationScope
- Compilers::CompilationScope
- Reference
- Object
Defined in:
compiler.crConstructors
Instance Method Summary
- #instructions : Array(UInt8)
- #instructions=(instructions : Array(UInt8))
- #last_instruction : Compilers::EmittedInstruction
- #last_instruction=(last_instruction : Compilers::EmittedInstruction)
- #previous_instruction : Compilers::EmittedInstruction
- #previous_instruction=(previous_instruction : Compilers::EmittedInstruction)
Instance methods inherited from class Object
also(& : self | Nil -> _) : self
also,
or_else(alternative)
or_else
Constructor Detail
def self.new(instructions : Instructions = [] of UInt8, last_instruction : Compilers::EmittedInstruction = EmittedInstruction.new, previous_instruction : Compilers::EmittedInstruction = EmittedInstruction.new)
#