equal
deleted
inserted
replaced
2 \usepackage{../style} |
2 \usepackage{../style} |
3 \usepackage{../langs} |
3 \usepackage{../langs} |
4 |
4 |
5 \begin{document} |
5 \begin{document} |
6 |
6 |
7 \section*{Coursework 3} |
7 \section*{Coursework 3 (Strand 1)} |
8 |
8 |
9 \noindent |
9 \noindent |
10 This coursework is worth 5\% and is due on 28 November at 16:00. You |
10 This coursework is worth 5\% and is due on 28 November at 16:00. You |
11 are asked to implement a parser for the WHILE language and also |
11 are asked to implement a parser for the WHILE language and also |
12 an interpreter. You should use the lexer from the previous |
12 an interpreter. You should use the lexer from the previous |