array reflection

This commit is contained in:
2026-07-22 10:12:12 +02:00
parent 0d04925b3a
commit 07e89e23e1
12 changed files with 675 additions and 68 deletions
+1
View File
@@ -271,6 +271,7 @@ Global :: struct {
expr: Expr_Id,
static_value: i64,
is_static: bool,
eager: bool,
external: bool,
writable: bool,
dependencies: [dynamic]Global_Id,