bug fixes

This commit is contained in:
2026-07-12 10:13:19 +02:00
parent cff9e9500f
commit b0c716537e
14 changed files with 847 additions and 106 deletions
+2 -1
View File
@@ -132,7 +132,8 @@ Expr :: struct {
integer: i64,
args: []Expr_Id,
// `Catch` block handlers use `body` for the handler statements and `target`
// for the optional captured error local.
// for the optional captured error local. A missing `right` means the handler
// exits on every path and therefore has no fallback value.
body: []Stmt_Id,
target: Ref,
left: Expr_Id,