# HG changeset patch # User Christian Urban # Date 1612433988 0 # Node ID bde572a541125499c363988740bdef4998f38de0 # Parent 6b06aeb192ea64cf8e7a1068579be1ae4cce9cc3 updated diff -r 6b06aeb192ea -r bde572a54112 cws/cw04.pdf Binary file cws/cw04.pdf has changed diff -r 6b06aeb192ea -r bde572a54112 cws/cw04.tex --- 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