Module symbol_table
Expand description
The symbol_table module defines the SymbolTable type and its related types.
Structs§
- Symbol
- Metadata about a symbol.
- Symbol
Attributes - Symbol attributes.
- Symbol
Table - The Symbol Table records metadata about identifiers.
Enums§
- Definition
- Metadata about an identifier’s definition.
- SetDefinition
Error - Errors returned by
SymbolTable::set_definition.