Edward Venator EECS 337 HW3 Assignment Assumbptions, missing features, boundaries in HW3 --------------------------------------------- Compilations/Running Problems * No known problems when compiled and run following the directions in readme.txt --------------------------------------------- Limitations * This file has only been tested on the code in test(from page 986) and on the code in test with arbitrary errors added --------------------------------------------- Error Handling * This file implements simple panic error handling. When an error is encountered, the parser increments errorcount, reports to the user that there has been an error, and continues parsing after the next semicolon in the file. * This method is far from complete in terms of user feedback (at this time, it does not display line numbers), and does not attempt error correction. * This method does allow the parser to recognize errors and continue parsing.