Module python_ast::symbols
source · Expand description
Implements a Python-compatilble symbol table for Rust.
Structs
- A stack of symbol tables of different scopes. Topmost is the current scope.
Implements a Python-compatilble symbol table for Rust.