8cc
C Compiler
An experimental C compiler that aims to compile itself and supports various language features while keeping the code concise.
A Small C Compiler
6k stars
251 watching
748 forks
Language: C
last commit: 10 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| An open-source C compiler that aims to implement all C11 features and compile real-world programs correctly. | 9,774 |
| 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 compiler for C optimized for 32-bit ARM and RISC-V architectures with minimal dependencies. | 1,147 |
| A compiler for an evolution of the C language | 3,085 |
| A simple C++17 project to test and demonstrate a clean Travis CI build with GCC compiler. | 21 |
| 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 compiler for the Arm architecture that compiles a subset of C to generate executables and supports just-in-time execution. | 1,018 |
| A minimal C compiler generating x86_64 assembly code | 516 |
| An extension to C that adds bounds checking and type safety to existing C code. | 3,221 |
| A compiler that generates code for multiple platforms from a single C source file | 1,425 |
| Development tools and code examples for STM32 microcontrollers using Linux and the GNU Tools for Embedded ARM Processors Toolchain. | 91 |
| A collection of commonly used algorithms in C. | 3,368 |
| A cross-development package for 6502 based systems with C compiler and runtime library support for many old computer machines. | 2,337 |