equal
deleted
inserted
replaced
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 |