Available stack-graphs name binding examples
mainThe repository includes several examples demonstrating different name binding patterns. Each example directory contains a stack-graphs.tsg file describing the implemented behavior and a tests directory showcasing that behavior. Note that while these examples use Python syntax, they may not strictly implement Python semantics.
Available examples:
nested-scope/: Demonstrates nested scoping.sequential-definitions/: Demonstrates sequential definitions.modules/: Demonstrates modules and imports.