lcc
C compiler
A compiler designed to be highly retargetable for compiling C code.
The lcc retargetable ANSI C compiler
2k stars
103 watching
443 forks
Language: C
last commit: 2 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
larmel/lacc | A compiler for the C programming language written in C. | 922 |
saman-pasha/lcc | A Lisp-like compiler and toolset for writing C code with additional features | 26 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,831 |
alexfru/smallerc | A compiler that generates code for multiple platforms from a single C source file | 1,425 |
michaelforney/cproc | An implementation of a C11 compiler using the QBE backend and various extensions. | 737 |
ldc-developers/ldc | A compiler that translates the D programming language into machine code using LLVM | 1,221 |
dbohdan/compilers-targeting-c | A list of compilers and transpilers that can generate C code from various programming languages. | 709 |
draperlaboratory/llvm-cbe | A resurrected and improved implementation of the LLVM C Backend in Groff, enabling compilation of programs written in various programming languages to native machine code. | 127 |
vexu/arocc | A compiler written in Zig to translate C code into machine-specific binary code | 1,151 |
lemoncmd/vcc | A compiler for the V programming language and itself, written in V. | 100 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 703 |
d-bahr/crcpp | An efficient C++ implementation of a portable and lightweight CRC algorithm | 343 |
mchakravarty/language-c-inline | A Haskell library that allows inline C and Objective-C code in Haskell programs | 146 |
jserv/mazucc | A minimal C compiler generating x86_64 assembly code | 516 |