updated draft
authorChristian Urban <urbanc@in.tum.de>
Sun, 20 Oct 2019 15:24:22 +0100
changeset 663 393d8ae074a4
parent 662 7f7098f0b5f0
child 664 44a1b8906b31
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