Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realnegate/cuik
A Modern C11 compiler (STILL EARLY)
https://github.com/realnegate/cuik
c-lang c-language compiler
Last synced: 7 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T01:29:35.000Z (14 days ago)
- Last Synced: 2025-02-01T11:09:31.506Z (14 days ago)
- Topics: c-lang, c-language, compiler
- Language: C
- Homepage:
- Size: 84.2 MB
- Stars: 1,041
- Watchers: 37
- Forks: 39
- Open Issues: 9
-
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.