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
+1
View File
@@ -61,6 +61,7 @@ roadmap and milestone history.
- supported static inline C functions through generated external wrappers
- C function pointer types, imported nullable callback typedefs, concrete `c_func` callback values, and postfix calls through non-null function pointers
- `brolang translate-c <header.h>` for native `.bro` bindings from supported C declarations
- `brolang --translate-c stdio.h` for offline bindings from Zig-bundled standard C headers
- ordered linking of additional C sources, objects, archives, library paths, and libraries through compiler CLI options
### standard packages