Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.