rcrl
C compiler engine
An interactive C++ compiler and runtime environment for rapid development and live coding
Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)
411 stars
23 watching
37 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list
c-plus-plusclingcppdllhot-reloadlive-codingproductivityread-eval-print-loopreplruntime-compilation
Related projects:
Repository | Description | Stars |
---|---|---|
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
cil-project/cil | A C programming language front-end that facilitates program analysis and transformation. | 361 |
ornl-qci/qcor | A compiler and language extension for heterogeneous quantum-classical computing | 11 |
replit-archive/lol-coffee | A compiler and virtual machine for a fictional programming language | 24 |
islam0mar/cl-cxx-jit | A Common Lisp interface to C++ code compilation and execution with JIT optimization | 62 |
quil-lang/quilc | An optimizing compiler for a quantum instruction language | 460 |
runtimecompiledcplusplus/runtimecompiledcplusplus | Enables developers to make and test changes to C++ code at runtime without requiring compilation. | 2,193 |
ornl-qci/xacc | An open-source framework for hybrid quantum-classical computing architectures. | 1 |
rdaly525/coreir | Builds hardware descriptions into executable code using an LLVM-style compiler framework. | 101 |
absint/compcert | A formally verified C compiler that generates assembly code for multiple platforms | 1,892 |
mustafaquraish/cup | A simple, C-like programming language compiler written in Rust to learn the basics of compilers and language processing | 296 |
armael/conch | A compiler for translating C-like code to Uxn | 23 |
mit-plv/rupicola | A toolkit for compiling functional programs into imperative code for performance-critical applications | 50 |
tacticalmelonfarmer/cxl | A C++17 metaprogramming library providing utilities for strings, parsing, typelists, aggregates to tuples conversions and constant integral literals. | 50 |
onqtam/cmake-reflection-template | A template for automatically generating C++ reflection code using CMake and Python | 39 |