minc A simple C compiler by Rust, developed for the assignment of "programming language" class at the University of Tokyo. I implemented only src/minc_cogen.rs by myself. Other code was provided in the class. It can be tested as below: cd test/ make