Expand description
General-purpose code for compilers targeting the Seax platform.
Re-exports§
Modules§
Traits§
- Scope
- Trait for a symbol table
Type Aliases§
- Compile
Result - A
CompileResult
is eitherOk(SVMCell)
orErr(&str)
- Index
- Represents an index into the Seax VM’s environment stack.
- SymTable
- The symbol table for bound names is represented as a
ForkTable
mapping&str
(names) to(uint,uint)
tuples, representing the location in the$e
stack storing the value bound to that name.