translate-c libc headers

This commit is contained in:
2026-07-02 18:33:53 +02:00
parent 33ce1c27d1
commit b1ddecfc2e
6 changed files with 535 additions and 3 deletions
+4
View File
@@ -632,6 +632,10 @@
27. comptime polymorphism (zig inspired)
28. comptime execution
29. brolang build system (requires comptime execution)
## A word on multi-unwrap
Unwrap multiple optionals with `and`. This **short-circuits**: if the first optional is none, subsequent expressions are not evaluated.