equal
deleted
inserted
replaced
17 |
17 |
18 \subsection*{Disclaimer} |
18 \subsection*{Disclaimer} |
19 |
19 |
20 It should be understood that the work you submit represents |
20 It should be understood that the work you submit represents |
21 your own effort. You have not copied from anyone else. An |
21 your own effort. You have not copied from anyone else. An |
22 exception is the Scala code I showed during the lectures, |
22 exception is the Scala code from KEATS and the code I showed |
23 which you can use. You can also use your own code from the |
23 during the lectures, which you can both use. You can also use |
24 CW~1. |
24 your own code from the CW~1. |
25 |
25 |
26 \subsection*{Question 1 (marked with 1\%)} |
26 \subsection*{Question 1 (marked with 1\%)} |
27 |
27 |
28 To implement a tokeniser for the WHILE language, you first |
28 To implement a tokeniser for the WHILE language, you first |
29 need to design the appropriate regular expressions for the |
29 need to design the appropriate regular expressions for the |