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: about 1 month 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 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T21:02:59.000Z (about 2 months ago)
- Last Synced: 2024-09-30T01:04:42.935Z (about 1 month ago)
- Topics: c-lang, c-language, compiler
- Language: C
- Homepage:
- Size: 79.4 MB
- Stars: 634
- Watchers: 28
- Forks: 30
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
**btw project's not dead im in the trenches aka new-cg branch putting in the hours 😤**
**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.