Calculator Parser This is the calculator parser project for SIG C. It evaluates arithmetic expressions e.g. 123 + 45 * (9 + 1). It reads input from a file, lexes, parses, and evaluates the result.