coursework/cw03.tex
changeset 309 640e4a05cd9b
parent 304 1daaf6f6e45b
child 328 bc03ff3d347c
equal deleted inserted replaced
308:3703ade9b17c 309:640e4a05cd9b
     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