This commit is contained in:
uan
2026-02-04 21:13:22 +01:00
parent ff30ef8153
commit ce51292f7c
5 changed files with 11 additions and 9 deletions

View File

@@ -86,7 +86,6 @@ fn (mut s SymbolTable) lookup_func(name string) ?FuncSymbolInfo {
}
fn (mut s SymbolTable) is_in_global_scope() bool {
println("scope count: ${s.variable_scopes.len}")
return s.variable_scopes.len == 1
}