Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

wan2land/mini-c

Repository files navigation

Mini C

건국대학교 2015년도, 2학기 컴파일러 수업에서 진행된 내용입니다.

Copyright

다음 책을 기반으로 작성된 내용입니다.

오세만. "컴파일러 입문". 정익사 2010.

Installation

make

How to run

./minic tests/factorial.mc
./ucodei tests/factorial.uco

Run test cases

make test

Todo

  • assignment like x = y = 10;.