dbohdan / compilers-targeting-c

A list of compilers that can generate C code
693 stars 47 forks source link

Add Cake #76

Closed jpgpng closed 2 years ago

jpgpng commented 2 years ago

Cake is a C23 compiler frond end written from scratch in C.

The compiler can be used to translate new versions of C (like C23) to C99.

It also can be used to try out new features for the C language.

Extensions like lambdas, defer and more where implemented.

https://github.com/thradams/cake