Class | Description |
---|---|
InstructionExecutor |
An interpreter for XVM.
|
State |
A representation of the state of the XVM
|
State.Output |
A representation of output from the interpreter
|
Word |
XVM words
|
Word.Int |
Integers
|
Word.Ptr |
Heap pointers
|
Exception | Description |
---|---|
XVMException |
Exceptions produced during executions of the VM
|