tinycc
C compiler
A lightweight C compiler that compiles and executes C code directly.
Unofficial mirror of mob development branch
2k stars
72 watching
381 forks
Language: C
last commit: 3 days ago
Linked from 1 awesome list
ccompilerjittcctinycc
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,825 |
alexfru/smallerc | A compiler that generates code for multiple platforms from a single C source file | 1,423 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
larmel/lacc | A compiler for the C programming language written in C. | 894 |
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 |
lynn/chibicc | A small C compiler that compiles to Uxntal code | 118 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 704 |
sysprog21/shecc | A compiler for C optimized for 32-bit ARM and RISC-V architectures with minimal dependencies. | 1,131 |
nickmqb/muon | A modern, statically typed low-level programming language with strong focus on performance and minimalism. | 772 |
thomasdenney/microjit | A JIT compiler for a microcomputer's embedded processor | 10 |
jserv/amacc | A compiler for the Arm architecture that compiles a subset of C to generate executables and supports just-in-time execution. | 1,015 |
cimplec/sim-c | A Python-based front-end for compiling C code into efficient machine code | 137 |
fgenesis/tinypile | A collection of small, self-contained C/C++ libraries with various functionalities. | 86 |
adam-mcdaniel/oakc | A portable programming language with a compact intermediate representation for efficient execution on various platforms. | 732 |