Rust compiler in PHP emitting x86-64 executables
Full Rust ownership checking and code generation in PHP; technically audacious, practically hilarious.
An open-source 64-bit PowerBasic compiler written in Rust targeting LLVM
Turning an old PowerBASIC toolchain into plain-text LLVM IR is a clever, low-friction modernization strategy — the frontend avoids LLVM bindings entirely and emits readable IR you can inspect before invoking clang. Including a Rust-based interpreter (pbinterp) for unit testing and choosing to wrap rather than rewrite a massive codebase like Wall Street Raider shows practical engineering judgment and real technical muscle.
Compiler engineers, systems programmers, maintainers of legacy PowerBASIC code (e.g. Wall Street Raider), and Rust/LLVM enthusiasts
Full Rust ownership checking and code generation in PHP; technically audacious, practically hilarious.
Complete LLVM backend for Z80 outperforms SDCC, unlocks Rust on Game Boy.
Korean keywords for programming when English dominates every other language.
Full Rust compiler in 2.5K lines of PHP—technically impressive but niche hobby project.
They ship a Rust engine plus Python models that claim cycle-exact, bit-true equivalence with Verilog and a verified co-simulation suite — and back it with a 512× speedup and sub-10µs inference numbers. This is a rare, technically ambitious toolkit for building and proving neuromorphic FPGA/CPU stacks, though the AGPL license and narrow domain mean it’s primarily valuable to hardware teams and researchers, not casual ML users.
C runtime + Python metaprogramming: pointer math and manual memory in Python syntax.