struct Compilers::Bytecode

Defined in:

compiler.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

also(& : self | Nil -> _) : self also, or_else(alternative) or_else

Constructor Detail

def self.new(instructions : Instructions, constants : Array(MObject)) #

[View source]

Instance Method Detail

def constants : Array(Objects::MObject) #

[View source]
def instructions : Array(UInt8) #

[View source]