Crate moco_vm

Crate moco_vm 

Source
Expand description

Moco VM.

Structs§

Cons
A cons pointer.
Memory
A memory on a virtual machine.
Value16
A 16-bit value.
Value32
A 32-bit value.
Value64
A 64-bit value.

Enums§

Error
An error of a virtual machine.

Traits§

Heap
A heap memory.
Integer
An integer.
Value
A value.