https://github.com/realnegate/cuik
A Modern C11 compiler (STILL EARLY)
https://github.com/realnegate/cuik
c-lang c-language compiler
Last synced: 6 months ago
JSON representation
A Modern C11 compiler (STILL EARLY)
- Host: GitHub
- URL: https://github.com/realnegate/cuik
- Owner: RealNeGate
- License: mit
- Created: 2021-11-22T13:46:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-26T21:26:00.000Z (7 months ago)
- Last Synced: 2025-05-15T03:07:07.910Z (6 months ago)
- Topics: c-lang, c-language, compiler
- Language: C
- Homepage:
- Size: 83.8 MB
- Stars: 1,118
- Watchers: 37
- Forks: 41
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README

**warning: unfinished and buggy...**
## Resources
* [discord](https://discord.gg/UFuHChZswc)
* [build from source](https://github.com/RealNeGate/Cuik/blob/master/docs/BUILDING.txt)
* [code structure](https://github.com/RealNeGate/Cuik/blob/master/docs/STRUCTURE.txt)
## Summary
Cuik (pronounced 'Quick') is a new fast compiler toolchain built to replace GCC, MSVC, and LLVM. It's built in a modular design, the C11 frontend is one library (`libCuik`) along with the backend (`tb`) which can both be compiled separately.