This project implements a syntax analyzer (parser) for a subset of the C programming language. It follows the classical compiler front-end design with three main components: Defines a Context-Free ...