coursework/cw03.tex
changeset 719 0de3527e6ae3
parent 686 05cfce0fdef7
child 722 14914b57e207
equal deleted inserted replaced
718:b7f9460c6a1c 719:0de3527e6ae3
     5 
     5 
     6 \begin{document}
     6 \begin{document}
     7 
     7 
     8 \section*{Coursework 3}
     8 \section*{Coursework 3}
     9 
     9 
    10 \noindent This coursework is worth 5\% and is due on 22 
    10 \noindent This coursework is worth 5\% and is due on \cwTHREE{} 
    11 November at 18:00. You are asked to implement a parser for the
    11 at 18:00. You are asked to implement a parser for the
    12 WHILE language and also an interpreter. You can do the
    12 WHILE language and also an interpreter. You can do the
    13 implementation in any programming language you like, but you
    13 implementation in any programming language you like, but you
    14 need to submit the source code with which you answered the
    14 need to submit the source code with which you answered the
    15 questions, otherwise a mark of 0\% will be awarded. You should
    15 questions, otherwise a mark of 0\% will be awarded. You should
    16 use the lexer from the previous coursework for the parser. 
    16 use the lexer from the previous coursework for the parser.