Module rustpython_codegen::symboltable
source · Structs§
- A single symbol in a table. Has various properties such as the scope of the symbol, and also the various uses of the symbol.
- Captures all symbols in the current scope, and has a list of sub-scopes in this scope.
Enums§
- Indicator for a single symbol what the scope of this symbol is. The scope can be unknown, which is unfortunate, but not impossible.