lacc

C compiler

A compiler for the C programming language written in C.

A simple, self-hosting C compiler

GitHub

922 stars
38 watching
67 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list

ccompiler

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
l1mey112/crepl A compiler and interpreter for executing C code on the fly as it is typed. 29
c2lang/c2compiler A C compiler written in the C2 language itself. 703
drh/lcc A compiler designed to be highly retargetable for compiling C code. 2,038
rui314/9cc A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. 1,836
saman-pasha/lcc A Lisp-like compiler and toolset for writing C code with additional features 26
cil-project/cil CIL is a front-end for the C programming language that facilitates program analysis and transformation. 364
alexfru/smallerc A compiler that generates code for multiple platforms from a single C source file 1,425
jserv/mazucc A minimal C compiler generating x86_64 assembly code 516
mchakravarty/language-c-inline A Haskell library that allows inline C and Objective-C code in Haskell programs 146
vexu/arocc A compiler written in Zig to translate C code into machine-specific binary code 1,151
barn-lang/barn A simple programming language written in C that is compiled to C. 53
tinycc/tinycc A lightweight C compiler that compiles and executes C code directly. 2,086
ldc-developers/ldc A compiler that translates the D programming language into machine code using LLVM 1,221
lemoncmd/vcc A compiler for the V programming language and itself, written in V. 100
qmlc/qmlc A compiler and loader for Qt's QML language, optimizing compilation and runtime performance. 140