lacc
C compiler
A compiler for the C programming language written in C.
A simple, self-hosting C compiler
894 stars
39 watching
65 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
ccompiler
Related projects:
Repository | Description | Stars |
---|---|---|
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 704 |
drh/lcc | A highly retargetable C compiler designed to be highly customizable and adaptable to different architectures and systems. | 2,025 |
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,825 |
saman-pasha/lcc | A Lisp-like compiler and toolset for writing C code with additional features | 26 |
cil-project/cil | A C programming language front-end that facilitates program analysis and transformation. | 361 |
alexfru/smallerc | A compiler that generates code for multiple platforms from a single C source file | 1,423 |
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 | 147 |
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 |
tinycc/tinycc | A lightweight C compiler that compiles and executes C code directly. | 2,045 |
ldc-developers/ldc | A compiler for the D programming language with modern optimization and code generation capabilities. | 1,212 |
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 |