SmallerC
C compiler
A compiler that generates code for multiple platforms from a single C source file
Simple C compiler
1k stars
75 watching
156 forks
Language: C
last commit: 5 months ago
Linked from 1 awesome list
cc-compilercompilerdoslinuxmacosmipsself-hostingwindowsx86
Related projects:
Repository | Description | Stars |
---|---|---|
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,831 |
tinycc/tinycc | A lightweight C compiler that compiles and executes C code directly. | 2,075 |
vexu/arocc | A compiler written in Zig to translate C code into machine-specific binary code | 1,151 |
larmel/lacc | A compiler for the C programming language written in C. | 922 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
drh/lcc | A compiler designed to be highly retargetable for compiling C code. | 2,038 |
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 |
jserv/mazucc | A minimal C compiler generating x86_64 assembly code | 516 |
lemoncmd/vcc | A compiler for the V programming language and itself, written in V. | 100 |
adam-mcdaniel/oakc | A portable programming language with a compact intermediate representation for efficient execution on various platforms. | 733 |
ridiculousfish/cdecl-blocks | Enhanced version of a C program that translates English-like phrases into C declarations, with additional support for Apple's blocks syntax. | 996 |
michaelforney/cproc | An implementation of a C11 compiler using the QBE backend and various extensions. | 737 |
belijzajac/wisnialang | A compiler that compiles small programs into tiny Linux binaries without requiring LLVM. | 17 |
ainfosec/crema | A compiler and runtime system for executing a minimalist programming language in sub-Turing Complete space. | 64 |
asutton/clang | A compiler front-end for the C family of languages built as part of the LLVM project infrastructure | 71 |