Expand description
Symbol definitions and symbols table representation.
Structs§
- Array
- Represents a multidimensional array.
- Callable
Metadata - Representation of a callable’s metadata.
- Callable
Metadata Builder - Builder pattern for a callable’s metadata.
- Symbol
Key - The key of a symbol in the symbols table.
- Symbols
- Storage for all symbols that exist at runtime.
Enums§
Traits§
- Callable
- A trait to define a callable that is executed by a
Machine
.
Type Aliases§
- Call
Result - Result for callable execution return values.