function pointers and callbacks

This commit is contained in:
2026-06-15 21:09:46 +02:00
parent 3b7c3fcbd0
commit f5605fd3ec
21 changed files with 1927 additions and 122 deletions
+1
View File
@@ -83,6 +83,7 @@ Expr_Kind :: enum u8 {
Optional_Some,
Local,
Global,
Function,
Address,
Deref,
Index,