uefi-jitfuck
Brainfuck executor
A JIT compiler for running Brainfuck programs on x86_64 UEFI
A JIT compiler for Brainfuck running on x86_64 UEFI
85 stars
7 watching
3 forks
Language: C
last commit: over 6 years ago brainfuckjituefi
Related projects:
Repository | Description | Stars |
---|---|---|
serprex/brainwebfuckassembly | Compiles Brainfuck code into WebAssembly bytecode for execution on WASM-enabled platforms. | 21 |
fabasoad/setup-brainfuck-action | Installs a Brainfuck compiler interpreter | 2 |
dariotarantini/vbf | An interpreter and compiler for the brainfuck programming language | 19 |
makenowjust/bf.jq | An interpreter written in JSONiq to execute the Brainfuck programming language | 40 |
reynir/brainfuck | Formalizing Brainfuck in Coq to prove its properties and verify a compiler for simple arithmetic expressions. | 26 |
bitfunnel/nativejit | A high-performance just-in-time compiler for x64 C++ expressions | 1,141 |
bitnenfer/gameboy-brainfuck | An implementation of a Brainfuck interpreter optimized for the Game Boy's limited architecture. | 16 |
verdie-g/brainfuck2wasm | Converts Brainfuck code to WebAssembly bytecode | 45 |
xavieryao/swift-brainfuck | An implementation of the Brainfuck programming language in Swift | 9 |
thomasdenney/microjit | A JIT compiler for a microcomputer's embedded processor | 10 |
shayokhshorfuddin/vfuck | An implementation of the Brainfuck programming language in V programming language | 0 |
dantecatalfamo/brainfuck-zig | An embeddable interpreter for the Brainfuck programming language | 9 |
shritesh/brainfuck-rs-wasm | An implementation of the Brainfuck programming language in Rust, compiled to WebAssembly for execution in web browsers. | 10 |
256dpi/arduino-mqtt | An MQTT client library for Arduino | 1,024 |
zonuexe/hhiro_lang | A minimal programming language with basic operations and a simple grammar | 5 |