There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Compiles small Rust language subset into MIPS. Each compilation phase is divided into modules: scanning, parsing, AST, code generation. Uses Yacc/GNU Bison.