c variadic calls

This commit is contained in:
2026-06-14 15:53:45 +02:00
parent 638ca57f5c
commit 2d3d0bd266
21 changed files with 409 additions and 35 deletions
+2
View File
@@ -93,6 +93,7 @@ Expr_Kind :: enum u8 {
Unwrap,
Orelse,
Widen,
C_Vararg_Promote,
Weaken_Pointer,
Negate,
Add,
@@ -144,6 +145,7 @@ Function :: struct {
implementation: Implementation,
linkage: Linkage,
is_main: bool,
variadic: bool,
params: []Local_Id,
result: types.Type,
locals: []Local,