Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 days 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 ~7% (27/373) of the current tests.

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