Lexical Analyzer and Parser group project for our "Principles of Programming Languages" Course
Purpose: This program will lexically analyze according to the grammar rules in the proect pdf and parse the source code and print the result to the console. After that, it will write the console results to output.txt file.
Usage: Run the parser with the filepath as a argument or run without giving a argument then, enter the filepath at the console.