stak-code 0.2.69

Bytecode encoding/decoding for Stak Scheme
Documentation
1
2
3
4
5
6
7
8
9
mod instruction;
mod operand;
#[cfg(feature = "alloc")]
mod program;

pub use instruction::Instruction;
pub use operand::Operand;
#[cfg(feature = "alloc")]
pub use program::Program;