/Recursive-Descent-Parser

A recursive descent parser that accepts a source code file as a required command-line argument and displays an appropriate error message if the argument is not provided or the file does not exist. If a user input file contains multiple syntax errors, the program will find and report the first syntax error

Primary LanguageC++MIT LicenseMIT

No issues in this repository yet.