sim-c
C compiler
A Python-based front-end for compiling C code into efficient machine code
A dynamically typed high-level front end for C
137 stars
3 watching
87 forks
Language: Python
last commit: almost 2 years ago ccompilerpythonswocswoc2021
Related projects:
Repository | Description | Stars |
---|---|---|
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 704 |
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,825 |
cil-project/cil | A C programming language front-end that facilitates program analysis and transformation. | 361 |
vexu/arocc | A compiler written in Zig to translate C code into machine-specific binary code | 1,138 |
larmel/lacc | A compiler for the C programming language written in C. | 894 |
saman-pasha/lcc | A Lisp-like compiler and toolset for writing C code with additional features | 26 |
ainfosec/crema | A compiler and runtime system for executing a minimalist programming language in sub-Turing Complete space. | 64 |
sysprog21/shecc | A compiler for C optimized for 32-bit ARM and RISC-V architectures with minimal dependencies. | 1,131 |
henesy/c4 | A minimalist C implementation in four functions. | 5 |
haskell-ci/haskell-ci | Generates CI workflows for multiple versions of the Haskell programming language compiler | 438 |
ryanmjacobs/c | A utility for compiling and executing C scripts in one go! | 2,096 |
uniconproject/unicon | A high-level programming language with a dynamic type system and support for various CPU architectures. | 57 |
tinycc/tinycc | A lightweight C compiler that compiles and executes C code directly. | 2,045 |
charles-pegge/oxygenbasic | A compiler and runtime environment for a basic programming language | 39 |