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: almost 5 years ago
Linked from 1 awesome list
9frontplan9port
Related projects:
Repository | Description | Stars |
---|---|---|
| Port of a C implementation of the Lox interpreter to Plan9 | 7 |
| An exercise project demonstrating minimalist C programming | 9,788 |
| A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,836 |
| A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
| An open-source compiler for the P4 programming language used to generate software that controls networking devices. | 685 |
| A minimal C compiler generating x86_64 assembly code | 516 |
| A Python-based front-end for compiling C code into efficient machine code | 137 |
| A minimalist language with procedural macro support | 135 |
| A compiler frontend written without C macros using LLVM as the backend to compile a minimal language for educational purposes. | 234 |
| A compiler that generates code for multiple platforms from a single C source file | 1,425 |
| CIL is a front-end for the C programming language that facilitates program analysis and transformation. | 364 |
| A source-to-source compiler system for C-like languages using Lisp's macro system. | 411 |
| A WebAssembly compiler from a simplified subset of C to Web Assembly | 24 |
| A list of compilers and transpilers that can generate C code from various programming languages. | 709 |
| A simple programming language written in C that is compiled to C. | 53 |