[][src]Module strontium::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.

Modules

instruction
memory

Structs

Strontium

Enums

StrontiumError