Module symbol_table

Expand description

The symbol_table module defines the SymbolTable type and its related types.

Structs§

Symbol
Metadata about a symbol.
SymbolAttributes
Symbol attributes.
SymbolTable
The Symbol Table records metadata about identifiers.

Enums§

Definition
Metadata about an identifier’s definition.
SetDefinitionError
Errors returned by SymbolTable::set_definition.