[][src]Crate strontium

Re-exports

pub use self::machine::Strontium;
pub use self::machine::instruction::Instruction;

Modules

assembler
machine

This module contains the virtual machine which executes Strontium bytecode. The VM uses a set of typed registers to do number arithmetic, and a memory vector provides the storage space for anything else.

types