Crate vermilion_vm

Crate vermilion_vm 

Source
Expand description

The top level lib.rs for the Vermilion virtual machine.

Re-exports§

pub use object::VermilionObject;

Modules§

instruction
Exposes the instructions that are available to the virtual machine.
object
A module that provides support for the types defined in Vermilion 2021 R2.

Structs§

VermilionSection
VirtualMachine
A Vermilion 2021 R2 compliant virtual machine.

Enums§

VermilionSymbol
A vermilion 2021 R2 compliant symbol.

Type Aliases§

ExternalFunction
A function used for external symbols.