fix interop and indexing oversights

This commit is contained in:
2026-07-01 09:08:58 +02:00
parent 7fe3552c01
commit 870f946b52
15 changed files with 593 additions and 116 deletions
+2
View File
@@ -83,6 +83,7 @@ Expr_Kind :: enum u8 {
Orelse,
Struct_Literal,
Keyed,
Cast,
Negate,
Not,
Add,
@@ -109,6 +110,7 @@ Expr :: struct {
args: []Expr_Id,
qualifier: symbol.Id,
name: symbol.Id,
type: Type_Syntax,
left: Expr_Id,
right: Expr_Id,
body: []Stmt_Id,