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.
- Symbol
Flags - Symbol
Table - Captures all symbols in the current scope, and has a list of sub-scopes in this scope.
- Symbol
Table Error
Enums§
- Symbol
Scope - Indicator for a single symbol what the scope of this symbol is. The scope can be unknown, which is unfortunate, but not impossible.
- Symbol
Table Type