Open Sidebar
Close Sidebar
crystal-robots
1f2da8d
Top Level Namespace
CrystalRobots
Battlefield
CLI
Compiler
Interpreter
Node
Parser
Error
PC
Program
Type
WASM_Emitter
ExportType
Opcodes
Section
Valtype
Missile
Robot
struct
CrystalRobots::
Compiler::
PC
CrystalRobots::Compiler::PC
Struct
Value
Object
Defined in:
compiler/compiler.cr
Constructors
.new
(pass : Int32, index : Int32)
Instance Method Summary
#inc
(i : Int32)
#inc
#index
: Int32
#index=
(index : Int32)
#pass
: Int32
#pass=
(pass : Int32)
Constructor Detail
def self.
new
(pass : Int32, index : Int32)
#
Instance Method Detail
def
inc
(i : Int32)
#
def
inc
#
def
index
: Int32
#
def
index=
(index : Int32)
#
def
pass
: Int32
#
def
pass=
(pass : Int32)
#