cws/cw04.tex
changeset 823 bde572a54112
parent 752 c0bdd4ad69ca
child 836 a3418ee8c404
--- 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