crepl
Compiler
A compiler and interpreter for executing C code on the fly as it is typed.
Compile and execute C code on the fly as you type it.
30 stars
3 watching
2 forks
Language: V
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cil-project/cil | A C programming language front-end that facilitates program analysis and transformation. | 361 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 704 |
larmel/lacc | A compiler for the C programming language written in C. | 894 |
ainfosec/crema | A compiler and runtime system for executing a minimalist programming language in sub-Turing Complete space. | 64 |
lemoncmd/vcc | A compiler for the V programming language and itself, written in V. | 100 |
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,825 |
onqtam/rcrl | An interactive C++ compiler and runtime environment for rapid development and live coding | 411 |
cimplec/sim-c | A Python-based front-end for compiling C code into efficient machine code | 137 |
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 |
vexu/arocc | A compiler written in Zig to translate C code into machine-specific binary code | 1,138 |
barn-lang/barn | A simple programming language written in C that is compiled to C. | 54 |
ridiculousfish/cdecl-blocks | A C compiler and parser that supports Apple's blocks syntax and translates English-like declarations into C code. | 988 |
murisi/l2 | A minimalist language with procedural macro support | 135 |
travisdoor/bl | A C-based language development project with features like strong typing, compile-time execution, and support for multiple platforms. | 182 |
delta456/monkey_v | An implementation of a programming language interpreter in V. | 38 |