Module endbasic_core::syms[][src]

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.

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 command that is executed by a Machine.

A trait to define a function that is executed by a Machine.

Type Definitions

Result for command execution return values.

Result for function evaluation return values.