Structs§
- Context
Stack  - A stack of contexts, building with the function call stack.
 - Cursor
 - Tracks the current execution state - a cursor into the running program.
 - Frame
 - A frame of execution, keeping track of the Element next to be executed and the number of steps we’ve done so far.
 - Function
Context  - Names associated to values in a function being executed.
 - Step
Result  
Enums§
- Aleo
Context  - Element
 - A Leo construct to be evauated.
 - Function
Variant