An open API service indexing awesome lists of open source software.

https://github.com/ziglang/translate-c

A Zig package for translating C code into Zig code.
https://github.com/ziglang/translate-c

c zig

Last synced: 7 months ago
JSON representation

A Zig package for translating C code into Zig code.

Awesome Lists containing this project

README

          

# Translate-C

> [!WARNING]
> This project is WIP and not ready for general use only passing ~36% (135/380) of the current tests.

A Zig package for translating C code into Zig code intended to replace `@cImport` and `zig translate-c`.