Module phoenix_lang::vm
source · Structs§
- Contains all the information outputted by the compiler ie: All function and class definitions
- Manages all the state involved with the VM’s execution, namely the stack, global variables, the heap, and the call frames
Enums§
- This ended up not being very useful since we usually don’t care what kind of deref error we get, they usually mean the same thing, that we tried to use a value in a way it wasn’t supposed to be used