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.
- Host: GitHub
- URL: https://github.com/ziglang/translate-c
- Owner: ziglang
- License: mit
- Created: 2024-11-05T21:34:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T11:22:30.000Z (8 months ago)
- Last Synced: 2025-03-29T05:01:49.986Z (8 months ago)
- Topics: c, zig
- Language: Zig
- Homepage:
- Size: 586 KB
- Stars: 148
- Watchers: 7
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.