A Rust compiler written in PHP that emits x86-64 Linux ELF binaries directly (no LLVM, no assembler, no linker). Implements ownership checking, borrow checking, type checking, move semantics, generics ...
The Application Binary Interface (ABI) defines how the code generated by the compiler interacts with the VeSPA hardware. It acts as an agreement between the CPU architecture and the compiler, ensuring ...