9cc
C Compiler
A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management.
A Small C Compiler
2k stars
80 watching
155 forks
Language: C
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
c2lang/c2compiler | A C compiler written in the C2 language itself. | 703 |
rswier/c4 | An exercise project demonstrating minimalist C programming | 9,788 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
cil-project/cil | CIL is a front-end for the C programming language that facilitates program analysis and transformation. | 364 |
tinycc/tinycc | A lightweight C compiler that compiles and executes C code directly. | 2,075 |
alexfru/smallerc | A compiler that generates code for multiple platforms from a single C source file | 1,425 |
larmel/lacc | A compiler for the C programming language written in C. | 922 |
jserv/amacc | A compiler for the Arm architecture that compiles a subset of C to generate executables and supports just-in-time execution. | 1,018 |
cimplec/sim-c | A Python-based front-end for compiling C code into efficient machine code | 137 |
michaelforney/cproc | An implementation of a C11 compiler using the QBE backend and various extensions. | 737 |
jserv/mazucc | A minimal C compiler generating x86_64 assembly code | 516 |
vexu/arocc | A compiler written in Zig to translate C code into machine-specific binary code | 1,151 |
sysprog21/shecc | A compiler for C optimized for 32-bit ARM and RISC-V architectures with minimal dependencies. | 1,144 |
henesy/c4 | A minimalist C implementation in four functions. | 5 |
drh/lcc | A compiler designed to be highly retargetable for compiling C code. | 2,038 |