Crate ellie_vm

Source
Expand description

Ellie VM This is the virtual machine for the Ellie Language.

Modules§

channel
Ellie native channels
config
Memory Stack configuration for VM
heap_memory
Ellie VM’s heap memory
instruction_utils
Ellie VM’s instruction utils
instructions
Ellie VM’s instructions
program
Ellie VM’s program
raw_type
Ellie VM’s raw type
stack
Ellie VM’s stack
stack_memory
Ellie VM’s stack memory
thread
Ellie VM’s thread
utils
Ellie VM’s utils