Module endbasic_core::syms
source · Expand description
Symbol definitions and symbols table representation.
Structs§
- Represents a multidimensional array.
- Representation of a callable’s metadata.
- Builder pattern for a callable’s metadata.
- The key of a symbol in the symbols table.
- Storage for all symbols that exist at runtime.
Enums§
- Command or function execution errors.
- Holds the definition of a symbol.
Traits§
- A trait to define a callable that is executed by a
Machine.
Type Aliases§
- Result for callable execution return values.