A compiler written in Python to translate KLEIN programs into TM assembly language. A group project for the Translation of Programming Languages class at University of Northern Iowa.
1
stars
0
forks
source link
Refactored the Error class. Seperated GeneralError from the superclas… #27
…s Error. Created the ParseError Class. Made error reporting changes to parser.py and scanner.py