Module symboltable

Source

Structs§

Symbol
A single symbol in a table. Has various properties such as the scope of the symbol, and also the various uses of the symbol.
SymbolFlags
SymbolTable
Captures all symbols in the current scope, and has a list of sub-scopes in this scope.
SymbolTableError

Enums§

SymbolScope
Indicator for a single symbol what the scope of this symbol is. The scope can be unknown, which is unfortunate, but not impossible.
SymbolTableType