c4

C compiler

A minimalist C implementation in four functions.

C in four functions — ported to plan9

GitHub

5 stars
1 watching
0 forks
Language: C
last commit: almost 5 years ago
Linked from 1 awesome list

9frontplan9port

Backlinks from these awesome lists:

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,788
rui314/9cc A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. 1,836
l1mey112/crepl A compiler and interpreter for executing C code on the fly as it is typed. 29
p4lang/p4c An open-source compiler for the P4 programming language used to generate software that controls networking devices. 685
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,425
cil-project/cil CIL is a front-end for the C programming language that facilitates program analysis and transformation. 364
kiselgra/c-mera A source-to-source compiler system for C-like languages using Lisp's macro system. 411
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. 709
barn-lang/barn A simple programming language written in C that is compiled to C. 53