chibicc
C compiler
An open-source C compiler that aims to implement all C11 features and compile real-world programs correctly.
A small C compiler
10k stars
174 watching
891 forks
Language: C
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An experimental C compiler that aims to compile itself and supports various language features while keeping the code concise. | 6,166 |
| | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,836 |
| | A simple C interpreter that can interpret and run itself | 4,070 |
| | A simple C++17 project to test and demonstrate a clean Travis CI build with GCC compiler. | 21 |
| | A compiler for an evolution of the C language | 3,085 |
| | A lightweight C compiler that compiles and executes C code directly. | 2,086 |
| | Writing a compiler for a simplified version of the C programming language from scratch. | 10,644 |
| | A small C compiler that compiles to Uxntal code | 118 |
| | Provides a collection of portable and high-performance C libraries and data structures | 2,284 |
| | Fast code counter with complexity calculations and COCOMO estimates written in pure Go. | 6,855 |
| | A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
| | A compiler that generates code for multiple platforms from a single C source file | 1,425 |
| | A Python-based front-end for compiling C code into efficient machine code | 137 |
| | Provides a package manager for C libraries to simplify installation and usage of third-party libraries | 4,885 |
| | A compiler for C optimized for 32-bit ARM and RISC-V architectures with minimal dependencies. | 1,147 |