Crate stak_code

Source
Expand description

Bytecodes for Stak Scheme.

Enums§

Instruction
An instruction.
Operand
An instruction operand.

Constants§

INSTRUCTION_BITS
A number of bits required to encode an instruction in bytecodes.
INSTRUCTION_MASK
A mask for instruction bits in bytecodes.
INTEGER_BASE
A base for integer encoding in bytecodes.
SHORT_INTEGER_BASE
A base for short integer encoding in bytecodes.
SYMBOL_SEPARATOR
A symbol separator.
SYMBOL_TERMINATOR
A symbol terminator.