c4
C compiler
A minimalist C implementation in four functions.
C in four functions — ported to plan9
5 stars
1 watching
0 forks
Language: C
last commit: over 4 years ago
Linked from 1 awesome list
9frontplan9port
Related projects:
Repository | Description | Stars |
---|---|---|
henesy/clox9 | Port of a C implementation of the Lox interpreter to Plan9 | 7 |
rswier/c4 | An exercise project demonstrating minimalist C programming | 9,757 |
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,825 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
p4lang/p4c | An open-source compiler for the P4 programming language used to generate software that controls networking devices. | 680 |
jserv/mazucc | A minimal C compiler generating x86_64 assembly code | 516 |
cimplec/sim-c | A Python-based front-end for compiling C code into efficient machine code | 137 |
murisi/l2 | A minimalist language with procedural macro support | 135 |
igor84/summus | A compiler frontend written without C macros using LLVM as the backend to compile a minimal language for educational purposes. | 234 |
alexfru/smallerc | A compiler that generates code for multiple platforms from a single C source file | 1,422 |
cil-project/cil | A C programming language front-end that facilitates program analysis and transformation. | 361 |
kiselgra/c-mera | A source-to-source compiler system for C-like languages using Lisp's macro system. | 407 |
kign/c4wa | A WebAssembly compiler from a simplified subset of C to Web Assembly | 24 |
dbohdan/compilers-targeting-c | A list of compilers and transpilers that can generate C code from various programming languages. | 703 |
barn-lang/barn | A simple programming language written in C that is compiled to C. | 54 |