This project implements a lexical and syntactic analyzer (lexer and parser) using PLY (Python Lex-Yacc). PLY is an implementation of lex and yacc in Python, which facilitates the analysis and ...