sentinel pointers and c strings

This commit is contained in:
2026-06-14 19:21:49 +02:00
parent 2d3d0bd266
commit 3b7c3fcbd0
16 changed files with 512 additions and 55 deletions
+2
View File
@@ -95,6 +95,8 @@ Expr_Kind :: enum u8 {
Widen,
C_Vararg_Promote,
Weaken_Pointer,
Weaken_Slice,
Decay_Array_Pointer,
Negate,
Add,
Pointer_Add,