Expand description
Scope stack for variable binding during code generation.
This module provides a stack-based scope tracker for the code generator, maintaining variable bindings and ownership states across nested scopes. Used primarily in LOGOS mode for imperative code generation.
Structsยง
- Scope
Entry - A single variable binding in a scope.
- Scope
Stack