Module scope

Module scope 

Source
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ยง

ScopeEntry
A single variable binding in a scope.
ScopeStack