MazuCC
C compiler
A minimal C compiler generating x86_64 assembly code
A minimalist C compiler with x86_64 code generation
516 stars
33 watching
64 forks
Language: C
last commit: over 4 years ago ccompilergcc-compliergnux86-64
Related projects:
Repository | Description | Stars |
---|---|---|
| A compiler for the Arm architecture that compiles a subset of C to generate executables and supports just-in-time execution. | 1,018 |
| A compiler written in Zig to translate C code into machine-specific binary code | 1,151 |
| A cross-compiler for V that allows compilation to various platforms and architectures. | 26 |
| Compiles the MicroC programming language into machine code using Haskell | 116 |
| A compiler for the C programming language written in C. | 922 |
| A compiler for C optimized for 32-bit ARM and RISC-V architectures with minimal dependencies. | 1,147 |
| A GCC-based compiler project for developing software on TI's Tiva series microcontrollers | 7 |
| A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,836 |
| 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 for a minimalist programming language designed to be compiled into WebAssembly bytecode | 134 |
| Compiles Whiley source files into an intermediate language | 220 |
| A lightweight C compiler that compiles and executes C code directly. | 2,086 |
| A compiler that generates code for multiple platforms from a single C source file | 1,425 |
| A modern, statically typed low-level programming language with strong focus on performance and minimalism. | 773 |