c4
C compiler
An exercise project demonstrating minimalist C programming
C in four functions
10k stars
326 watching
1k forks
Language: C
last commit: almost 2 years ago
Linked from 3 awesome lists
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,836 |
| | A minimalist C implementation in four functions. | 5 |
| | Develops an assembler and compiler for a programming language | 46 |
| | Developing a statically typed, general-purpose programming language with an optimizing compiler | 151 |
| | An open-source compiler for the P4 programming language used to generate software that controls networking devices. | 685 |
| | A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
| | A WebAssembly compiler from a simplified subset of C to Web Assembly | 24 |
| | A minimal C compiler generating x86_64 assembly code | 516 |
| | A utility for compiling and executing C scripts in one go! | 2,107 |
| | A C compiler written in the C2 language itself. | 703 |
| | A simple, C-like programming language compiler written in Rust to learn the basics of compilers and language processing | 295 |
| | A test application showcasing encoding_rs's capabilities in C. | 0 |
| | A utility for continuously compiling CoffeeScript to JavaScript | 156 |
| | A simple programming language written in C that is compiled to C. | 53 |
| | A Python-based front-end for compiling C code into efficient machine code | 137 |