TC-1, Scanner and Parser

2026-ing-TC-1 submission is Saturday, March 16th 2024 at 21:42.

At the end of this stage, the compiler can scan and parse Tiger programs and detect lexical and syntaxical errors. The scanner and parser must be completed from the given files.

Relevant lecture notes include 08-dev-tools.pdf, 09-lexical-analysis.pdf, 10-flex.pdf, 11-syntactic-analysis.pdf, 12-bison.pdf, 13-coupling-flex-bison.pdf and 14-error-recovery.pdf.