Skip to main content

Module scope_analysis

Module scope_analysis 

Source
Expand description

Variable scope analysis pass.

Structs§

ScopeAnalysisResult
Result of scope analysis
TypeConflict
VariableScope
Scope information for a variable

Enums§

ScopeType

Functions§

analyze_scopes
Analyze variable scopes in an expression
suggest_quantifiers
Suggest quantifiers for unbound variables
validate_scopes
Validate that all variables are properly bound