Module symbol_table

Source

Structs§

Scope
Represents a lexical scope containing symbols
Symbol
Represents a symbol in the symbol table
SymbolTable
A symbol table for managing symbols during compilation

Enums§

SymbolData
Represents the specific data for each symbol kind
SymbolKind
Legacy enum for compatibility with existing code