Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new c compiler: zig cc #71

Merged
merged 1 commit into from
Jul 18, 2024
Merged

feat: new c compiler: zig cc #71

merged 1 commit into from
Jul 18, 2024

Conversation

jhwgh1968
Copy link
Contributor

@jhwgh1968 jhwgh1968 commented Jul 16, 2024

So it turns out that the Zig language comes with a built-in C compiler. It's implementation is... interesting. An introductory blog post when it was new has more details:

https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html

As such, the current test results are also... interesting:

4680 test sets run - 287 passed, 0 busted, 5 failed, 4388 skipped

Given that it is currently based on LLVM but there are plans to change that, how about adding it here for future proofing? 😄

@Gankra
Copy link
Owner

Gankra commented Jul 16, 2024

(needs a fmt)

@jhwgh1968
Copy link
Contributor Author

Fixed!

@Gankra Gankra merged commit f1220cf into Gankra:main Jul 18, 2024
16 checks passed
@Gankra
Copy link
Owner

Gankra commented Jul 18, 2024

thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants