This project implements a simple mini compiler written in C. The compiler reads a source file, performs lexical analysis (tokenisation), parses the input using recursive descent parsing, detects ...