Module endbasic_core::syms[][src]

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.

Symbols

Storage for all symbols that exist at runtime.

Enums

CallError

Command or function execution errors.

Symbol

Holds the definition of a symbol.

Traits

Command

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

Function

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

Type Definitions

CommandResult

Result for command execution return values.

FunctionResult

Result for function evaluation return values.