A simple Pascal compiler using flex and bison yacc
Reference or help taken from http://www.it.lut.fi/kurssit/07-08/CT20A6400/projects.html http://www.it.lut.fi/kurssit/07-08/CT20A6400/project-english.html http://www.stanford.edu/class/cs143/ http://www.it.lut.fi/kurssit/07-08/CT20A6400/exercises.html
Instruction on how to execute:
- Run the Make file
- Type ./prj filename.p (put in the argument the pascal file to make it executable)
- Type ./filename (Executes the program)