coursework/cw03.tex
changeset 719 0ba5aa9ecaa4
parent 686 5fe95ea0bad0
child 722 7c09b7eadc6b
equal deleted inserted replaced
718:b3f965c0014e 719:0ba5aa9ecaa4
     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.