alanmmckay / KLEINcompiler

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

Closed alanmmckay closed 5 years ago

alanmmckay commented 5 years ago

…s Error. Created the ParseError Class. Made error reporting changes to parser.py and scanner.py