This project implements a lexical analyzer (lexer) and parser for a subset of the Pascal programming language. The system tokenizes Pascal source code and performs syntax validation on the program ...