Stories by mrconter11
Hi! I put together a Rust compiler written in PHP. It takes Rust source code and outputs x86-64 Linux binaries directly. No LLVM, no assembler, no linker.<p>It has a working ownership checker, borrow checker, type checker, structs, functions, control flow, and mutable references. The test suite has ...