c3c
C compiler
A compiler for an evolution of the C language
Compiler for the C3 language
3k stars
41 watching
183 forks
Language: C
last commit: 6 days ago
Linked from 1 awesome list
c3compilerlanguage
Related projects:
Repository | Description | Stars |
---|---|---|
rui314/chibicc | An open-source C compiler that aims to implement all C11 features and compile real-world programs correctly. | 9,726 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 704 |
carbon-language/carbon-lang | An experimental successor to C++ with the goal of improving performance and developer experience while maintaining backward compatibility. | 32,344 |
koka-lang/koka | A research language with effect types and handlers for building concurrent, efficient programs | 3,313 |
lotabout/write-a-c-interpreter | A simple C interpreter that can interpret and run itself | 4,053 |
doctorwkt/acwj | Writing a compiler for a simplified version of the C programming language from scratch. | 10,578 |
rui314/8cc | An experimental compiler written in C for the x86-64 Linux architecture. | 6,157 |
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,825 |
cimplec/sim-c | A Python-based front-end for compiling C code into efficient machine code | 137 |
c3d/xl | A minimalist programming language designed to facilitate easy extension and adaptability | 271 |
michaelforney/cproc | An implementation of a C11 compiler using the QBE backend and various extensions. | 732 |
vlang/v | A compiled language designed for developing maintainable software with safety features and fast compilation. | 35,806 |
larmel/lacc | A compiler for the C programming language written in C. | 894 |
vexu/arocc | A compiler written in Zig to translate C code into machine-specific binary code | 1,138 |
barn-lang/barn | A simple programming language written in C that is compiled to C. | 54 |