Skip to content
/ mini-c Public
forked from wan2land/mini-c

Mini C using flex and bison.

Notifications You must be signed in to change notification settings

MaxFork/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;.

About

Mini C using flex and bison.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 46.2%
  • C++ 32.9%
  • Yacc 16.0%
  • Shell 2.7%
  • Lex 1.6%
  • Makefile 0.6%