cws/cw03.tex
changeset 956 ae9782e62bdd
parent 950 fa97d2f60f11
child 968 d8d8911a3d6f
equal deleted inserted replaced
955:47acfd7f9096 956:ae9782e62bdd
    10 
    10 
    11 
    11 
    12 
    12 
    13 \noindent This coursework is worth 10\% and is due on \cwTHREE{} at
    13 \noindent This coursework is worth 10\% and is due on \cwTHREE{} at
    14 16:00. You are asked to implement a parser for the WHILE language and
    14 16:00. You are asked to implement a parser for the WHILE language and
    15 also an interpreter. You can do the implementation in any programming
    15 also an interpreter. The parser needs to use parser combinators.
       
    16 You can do the implementation in any programming
    16 language you like, but you need to submit the source code with which
    17 language you like, but you need to submit the source code with which
    17 you answered the questions, otherwise a mark of 0\% will be
    18 you answered the questions, otherwise a mark of 0\% will be
    18 awarded. You should use the lexer from the previous coursework for the
    19 awarded. You should use the lexer from the previous coursework for the
    19 parser.  Please submit your code to Github by the deadline.
    20 parser.  Please submit your code to Github by the deadline.
    20 
    21