Module syms

Source
Expand description

Symbol definitions and symbols table representation.

Structs§

Array
Represents a multidimensional array.
CallableMetadata
Representation of a callable’s metadata.
CallableMetadataBuilder
Builder pattern for a callable’s metadata.
SymbolKey
The key of a symbol in the symbols table.
Symbols
Storage for all symbols that exist at runtime.

Enums§

CallError
Command or function execution errors.
Symbol
Holds the definition of a symbol.

Traits§

Callable
A trait to define a callable that is executed by a Machine.

Type Aliases§

CallResult
Result for callable execution return values.