cws/cw03.tex
changeset 955 ca67172b8fa1
parent 949 58720903336e
child 967 258e18af6d14
equal deleted inserted replaced
954:4a7ed272d46e 955:ca67172b8fa1
    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