arocc
C compiler
A compiler written in Zig to translate C code into machine-specific binary code
A C compiler written in Zig.
1k stars
14 watching
55 forks
Language: Zig
last commit: 9 days ago
Linked from 1 awesome list
ccompilerzig
Related projects:
Repository | Description | Stars |
---|---|---|
malisipi/vzcc | A cross-compiler for V that allows compilation to various platforms and architectures. | 26 |
jserv/mazucc | A minimal C compiler generating x86_64 assembly code | 516 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
alexfru/smallerc | A compiler that generates code for multiple platforms from a single C source file | 1,423 |
ziglang/zig-bootstrap | An open-source project to build a fully operational Zig compiler from scratch. | 386 |
lemoncmd/vcc | A compiler for the V programming language and itself, written in V. | 100 |
jserv/amacc | A compiler for the Arm architecture that compiles a subset of C to generate executables and supports just-in-time execution. | 1,015 |
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,825 |
ziglang/zig | A general-purpose programming language and toolchain for building robust, maintainable software | 34,929 |
larmel/lacc | A compiler for the C programming language written in C. | 894 |
yrnkrn/zapcc | A caching C++ compiler based on clang to speed up compilation | 1,250 |
cimplec/sim-c | A Python-based front-end for compiling C code into efficient machine code | 137 |
vexu/bog | A small, embeddable language with strong typing and support for async/await, loops, error handling, and destructuring. | 546 |
vlm/asn1c | Compiles ASN.1 definitions into C code for serialization and deserialization of data files. | 1,051 |
ziutek/emgo | A compiler and toolset for programming small embedded systems in C | 1,077 |