cws/cw04.tex
changeset 823 e42a180e2e39
parent 752 1f1a293549c1
child 836 c8c30949e06f
--- a/cws/cw04.tex	Fri Jan 22 10:39:04 2021 +0000
+++ b/cws/cw04.tex	Thu Feb 04 10:19:48 2021 +0000
@@ -16,8 +16,9 @@
 \noindent This coursework is worth 10\% and is due on \cwFOUR{}
 at 18:00. You are asked to implement a compiler for
 the WHILE language that targets the assembler language
-provided by Jasmin or Krakatau (both have very similar
-syntax). You can do the implementation in any programming
+provided by Jasmin or Krakatau (both have a very similar
+syntax). Please submit your answers to the questions
+below as PDF. You can do the implementation in any programming
 language you like, but you need to submit the source code with
 which you answered the questions, otherwise a mark of 0\% will
 be awarded. You should use the lexer and parser from the