pulley_interpreter

Module interp

Source
Expand description

Interpretation of pulley bytecode.

Structs§

  • An f register value: floats.
  • The machine state for a Pulley virtual machine: the various registers and stack.
  • A v register value: vectors.
  • A virtual machine for interpreting Pulley bytecode.
  • An x register value: integers.

Enums§

  • Reason that the pulley interpreter has ceased execution.
  • The type of a register in the Pulley machine state.
  • Stored within DoneReason::Trap.
  • A value that can be stored in a register.