updated
authorChristian Urban <christian dot urban at kcl dot ac dot uk>
Fri, 25 Sep 2015 17:39:02 +0100
changeset 331 a2c18456c6b7
parent 330 0806e45d873c
child 332 4755ad4b457b
updated
coursework/cw01.pdf
coursework/cw02.pdf
coursework/cw03.pdf
coursework/cw04.pdf
coursework/cw05.pdf
handouts/ho01.pdf
handouts/ho02.pdf
handouts/ho03.pdf
handouts/ho04.pdf
handouts/ho05.pdf
handouts/ho06.pdf
handouts/notation.pdf
handouts/scala-ho.pdf
hws/hw01.pdf
hws/hw01.tex
hws/hw02.pdf
hws/hw03.pdf
hws/hw04.pdf
hws/hw05.pdf
hws/hw06.pdf
hws/hw07.pdf
hws/hw08.pdf
hws/hw09.pdf
hws/proof.pdf
slides/slides01.pdf
slides/slides01.tex
slides/slides02.pdf
slides/slides03.pdf
slides/slides04.pdf
slides/slides05.pdf
slides/slides06.pdf
slides/slides07.pdf
slides/slides08.pdf
slides/slides09.pdf
slides/slides10.pdf
style.sty
Binary file coursework/cw01.pdf has changed
Binary file coursework/cw02.pdf has changed
Binary file coursework/cw03.pdf has changed
Binary file coursework/cw04.pdf has changed
Binary file coursework/cw05.pdf has changed
Binary file handouts/ho01.pdf has changed
Binary file handouts/ho02.pdf has changed
Binary file handouts/ho03.pdf has changed
Binary file handouts/ho04.pdf has changed
Binary file handouts/ho05.pdf has changed
Binary file handouts/ho06.pdf has changed
Binary file handouts/notation.pdf has changed
Binary file handouts/scala-ho.pdf has changed
Binary file hws/hw01.pdf has changed
--- a/hws/hw01.tex	Fri Sep 25 08:51:12 2015 +0100
+++ b/hws/hw01.tex	Fri Sep 25 17:39:02 2015 +0100
@@ -5,6 +5,8 @@
 
 \section*{Homework 1}
 
+\HEADER
+
 \begin{enumerate}
 
 \item {\bf (Optional)} If you want to run the code presented in the
@@ -44,7 +46,7 @@
 
 \item Let $A = \{[a], [b], [c], [d]\}$. How many strings are in $A^4$?
   Consider the case of $A^4$ where one of the strings in $A$ is the 
-  empty string.
+  empty string, for example $A = \{[a], [b], [c], []\}$.
 
 \item How many regular expressions are there to match the string
   $abc$? How many if they cannot include $\epsilon$ and $\varnothing$?
Binary file hws/hw02.pdf has changed
Binary file hws/hw03.pdf has changed
Binary file hws/hw04.pdf has changed
Binary file hws/hw05.pdf has changed
Binary file hws/hw06.pdf has changed
Binary file hws/hw07.pdf has changed
Binary file hws/hw08.pdf has changed
Binary file hws/hw09.pdf has changed
Binary file hws/proof.pdf has changed
Binary file slides/slides01.pdf has changed
--- a/slides/slides01.tex	Fri Sep 25 08:51:12 2015 +0100
+++ b/slides/slides01.tex	Fri Sep 25 17:39:02 2015 +0100
@@ -245,7 +245,7 @@
 
 transforming strings into structured data\\[10mm]
 
-\alert<2>{\LARGE\bf Lexing} \onslide<2>{\hfill{}baseed on regular expressions}\medskip\\
+\alert<2>{\LARGE\bf Lexing} \onslide<2>{\hfill{}based on regular expressions}\medskip\\
 \hspace{5mm}(recognising ``words'')\\[6mm]
 
 {\LARGE\bf Parsing}\medskip\\
Binary file slides/slides02.pdf has changed
Binary file slides/slides03.pdf has changed
Binary file slides/slides04.pdf has changed
Binary file slides/slides05.pdf has changed
Binary file slides/slides06.pdf has changed
Binary file slides/slides07.pdf has changed
Binary file slides/slides08.pdf has changed
Binary file slides/slides09.pdf has changed
Binary file slides/slides10.pdf has changed
--- a/style.sty	Fri Sep 25 08:51:12 2015 +0100
+++ b/style.sty	Fri Sep 25 17:39:02 2015 +0100
@@ -41,3 +41,7 @@
 \newcommand{\dq}[1]{\mbox{\tt{"}}#1\mbox{\tt{"}}}
 
 \definecolor{codegray}{gray}{0.9}
+
+\newcommand{\HEADER}{{\bf Please submit your solutions via email. Please submit 
+only ASCII text or PDFs. Every solution should be preceeded by the corresponding 
+question. Solutions will only be accepted until 30th December!}\bigskip}