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.
29 stars
3 watching
2 forks
Language: V
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cil-project/cil | CIL is a front-end for the C programming language that facilitates program analysis and transformation. | 364 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 703 |
larmel/lacc | A compiler for the C programming language written in C. | 922 |
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,836 |
onqtam/rcrl | An interactive C++ compiler and runtime environment for rapid development and live coding | 413 |
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,018 |
vexu/arocc | A compiler written in Zig to translate C code into machine-specific binary code | 1,151 |
barn-lang/barn | A simple programming language written in C that is compiled to C. | 53 |
ridiculousfish/cdecl-blocks | Translates C declarations into English-like syntax and vice versa, with additional features such as command line editing and support for Apple's blocks syntax. | 1,001 |
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. | 184 |
delta456/monkey_v | An implementation of a programming language interpreter in V. | 37 |