coursework/cw03.tex
changeset 567 4573d36d0b2f
parent 556 40e22ad45744
child 630 9b1c15c3eb6f
equal deleted inserted replaced
566:b153c04834eb 567:4573d36d0b2f
     5 \begin{document}
     5 \begin{document}
     6 
     6 
     7 \section*{Coursework 3}
     7 \section*{Coursework 3}
     8 
     8 
     9 \noindent This coursework is worth 5\% and is due on 23
     9 \noindent This coursework is worth 5\% and is due on 23
    10 November at 16:00. You are asked to implement a parser for the
    10 November at 18:00. You are asked to implement a parser for the
    11 WHILE language and also an interpreter. You can do the
    11 WHILE language and also an interpreter. You can do the
    12 implementation in any programming language you like, but you
    12 implementation in any programming language you like, but you
    13 need to submit the source code with which you answered the
    13 need to submit the source code with which you answered the
    14 questions, otherwise a mark of 0\% will be awarded. You should
    14 questions, otherwise a mark of 0\% will be awarded. You should
    15 use the lexer from the previous coursework for the parser. 
    15 use the lexer from the previous coursework for the parser.