updated
authorChristian Urban <urbanc@in.tum.de>
Sun, 20 Oct 2019 15:24:22 +0100
changeset 663 a7071c2a9446
parent 662 8da26d4c2ca8
child 664 dc2f5eb33a9a
updated
coursework/cw02.pdf
coursework/cw02.tex
Binary file coursework/cw02.pdf has changed
--- a/coursework/cw02.tex	Thu Oct 17 14:02:59 2019 +0100
+++ b/coursework/cw02.tex	Sun Oct 20 15:24:22 2019 +0100
@@ -172,7 +172,7 @@
 Extend your lexer from Q2 to also simplify regular expressions
 after each derivation step and rectify the computed values after each
 injection. Use this lexer to tokenize the programs in
-Figure~\ref{fib}, \ref{loop} and \ref{factor}. Give the tokens of these
+Figure~\ref{fib}, \ref{loop} and \ref{factors}. Give the tokens of these
 programs where whitespaces are filtered out. Make sure you can
 tokenise \textbf{exactly} these programs.\bigskip