equal
deleted
inserted
replaced
20 |
20 |
21 It should be understood that the work you submit represents |
21 It should be understood that the work you submit represents |
22 your own effort. You have not copied from anyone else. An |
22 your own effort. You have not copied from anyone else. An |
23 exception is the Scala code from KEATS and the code I showed |
23 exception is the Scala code from KEATS and the code I showed |
24 during the lectures, which you can both freely use. You can |
24 during the lectures, which you can both freely use. You can |
25 also use your own code from the CW~1. |
25 also use your own code from the CW~1. But do not |
|
26 be tempted to ask Github Copilot for help or do any other |
|
27 shenanigans like this! |
26 |
28 |
27 \subsection*{Question 1} |
29 \subsection*{Question 1} |
28 |
30 |
29 To implement a lexer for the WHILE language, you first |
31 To implement a lexer for the WHILE language, you first |
30 need to design the appropriate regular expressions for the |
32 need to design the appropriate regular expressions for the |