An assignment which is a part of course 01076262 COMPILER CONSTRUCTION in semester 2, academic year 2017 under the Department of Computer Engineering, Faculty of Engineering at KMITL
-
Install dependencies
- Ubuntu
apt-get install build-essential flex bison
-
Edit test program in
test.in
if you wish (document is WIP). There are some correct code example in PASS directory and incorrect code in ERROR directory -
Run command
make
-
To clean up file after run, do run command
make clean
There is a problem where linking error with ld version 2.30 [under investigating]