_ prefixed top-level symbols now file-local

This commit is contained in:
2026-07-11 23:37:30 +02:00
parent 6dd6b7ff54
commit 220b1c6e82
15 changed files with 282 additions and 90 deletions
+2
View File
@@ -211,6 +211,7 @@ Function :: struct {
c_abi: bool,
imported: bool,
generated: bool,
file_hidden: bool,
has_body: bool,
variadic: bool,
params: []Param,
@@ -232,6 +233,7 @@ Global :: struct {
immutable: bool,
external: bool,
writable: bool,
file_hidden: bool,
expr: Expr_Id,
diagnostic: source.Diagnostic_Id,
}