Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 263 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 263 Bytes

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