coursework/cw01.tex
changeset 131 13ff10d9717a
parent 130 5c4998375c46
child 133 09efdf5cf07c
equal deleted inserted replaced
130:5c4998375c46 131:13ff10d9717a
    12 This coursework is worth 3\% and is due on 12 November at 16:00. You are asked to implement 
    12 This coursework is worth 3\% and is due on 12 November at 16:00. You are asked to implement 
    13 a regular expression matcher and submit a document containing the answers for the questions 
    13 a regular expression matcher and submit a document containing the answers for the questions 
    14 below. You can do the implementation in any programming language you like, but you need 
    14 below. You can do the implementation in any programming language you like, but you need 
    15 to submit the source code with which you answered the questions. However, the coursework 
    15 to submit the source code with which you answered the questions. However, the coursework 
    16 will \emph{only} be judged according to the answers. You can submit your answers
    16 will \emph{only} be judged according to the answers. You can submit your answers
    17 in a txt-file.\bigskip
    17 in a txt-file or pdf.\bigskip
    18 
    18 
    19 \noindent
    19 \noindent
    20 The task is to implement a regular expression matcher based on derivatives. The implementation 
    20 The task is to implement a regular expression matcher based on derivatives. The implementation 
    21 should be able to deal with the usual regular expressions
    21 should be able to deal with the usual regular expressions
    22 
    22