rabbit
Architecture compiler
A software framework designed to enable efficient compilation and execution of programs on diverse architectures
Rabbit VM.
104 stars
10 watching
11 forks
Language: HTML
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
canokaue/gvm-vim | Compiles VIM on a Golem Network node and runs it on a native machine. | 0 |
fastvm/paka | A language and compiler for creating custom virtual machines. | 160 |
vshymanskyy/wasm2mpy | A tool for compiling WebAssembly code into native MicroPython modules for embedded systems. | 122 |
adacore/gnat-llvm | An Ada compiler based on LLVM to generate native code from the GNAT front-end. | 185 |
igor84/summus | A compiler frontend written without C macros using LLVM as the backend to compile a minimal language for educational purposes. | 234 |
rhysd/gocaml | An implementation of a statically-typed functional programming language in Go using LLVM and building its own compiler from scratch. | 748 |
acceleratehs/accelerate-llvm | Compiles Accelerate code to LLVM IR and executes it on CPUs or NVIDIA GPUs | 158 |
kit-ty-kate/labrys | A compiler for a toy language based on LLVM that implements the System Fω type-system | 103 |
hatashiro/kou | A compiler for a minimalist programming language designed to be compiled into WebAssembly bytecode | 134 |
tartanllama/vizh | An esoteric programming language that compiles and links image files to generate C code | 231 |
rdaly525/coreir | Builds hardware descriptions into executable code using an LLVM-style compiler framework. | 101 |
delta456/monkey_v | An implementation of a programming language interpreter in V. | 38 |
zetavm/zetavm | A virtual machine and JIT compiler for dynamic programming languages with built-in support for garbage collection, JIT compilation, and dynamically growable objects. | 635 |
emily33901/vproto | A compiler and runtime for Protocol Buffers in the V programming language | 52 |
lemoncmd/vcc | A compiler for the V programming language and itself, written in V. | 100 |