This project is a fork of @rui314's chibicc, modified to create a C compiler for the Motorola MC6800 architecture. This project was created as a tool for studying compilers for the MC6800, and while ...
This a C codegen backend for rustc, which lowers Rust MIR to C code and compiles it with a C compiler. This code is still highly experimental and not ready for production use. The usage of ./y can be ...