Available on crate feature
interp
only.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§
- The type of a register in the Pulley machine state.
- A value that can be stored in a register.