Crate pulley_interpreter

Source
Expand description

The pulley bytecode for fast interpreters.

Re-exports§

Modules§

  • decodedecode
    Decoding support for pulley bytecode.
  • disasdisas
    Disassembly support for pulley bytecode.
  • encodeencode
    Encoding support for pulley bytecode.
  • Immediates.
  • interpinterp
    Interpretation of pulley bytecode.
  • Pulley bytecode operations with their operands.
  • Pulley opcodes (without operands).
  • Pulley registers.