updated
authorChristian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 23 Nov 2015 16:45:07 +0000
changeset 384 4629448c1bd9
parent 383 a6a6bf32fade
child 385 7f8516ff408d
updated
coursework/cw02.pdf
coursework/cw02.tex
slides/slides09.pdf
slides/slides09.tex
Binary file coursework/cw02.pdf has changed
--- a/coursework/cw02.tex	Fri Nov 20 02:23:24 2015 +0000
+++ b/coursework/cw02.tex	Mon Nov 23 16:45:07 2015 +0000
@@ -125,7 +125,7 @@
 tokens from a value).\medskip 
 
 \noindent
-Fiannly give the tokens for your regular expressions from Q1 and the
+Finally give the tokens for your regular expressions from Q1 and the
 string
 
 \begin{center}
Binary file slides/slides09.pdf has changed
--- a/slides/slides09.tex	Fri Nov 20 02:23:24 2015 +0000
+++ b/slides/slides09.tex	Mon Nov 23 16:45:07 2015 +0000
@@ -126,7 +126,7 @@
 
 For example
 
-\begin{lstlisting}[mathescape,numbers=none,language={}]
+\begin{lstlisting}[mathescape,numbers=none,language=While]
 if 1 = 1 then x := 2 else y := 3
 \end{lstlisting}
 
@@ -160,7 +160,7 @@
 
 For example
 
-\begin{lstlisting}[mathescape,numbers=none,language={}]
+\begin{lstlisting}[mathescape,numbers=none,language=While]
 while x <= 10 do x := x + 1
 \end{lstlisting}
 
@@ -566,7 +566,7 @@
 \begin{lstlisting}[language=JVMIS,basicstyle=\ttfamily, numbers=none, escapeinside={(*@}{@*)}]
 .method public static facT(II)I 
 .limit locals 2
-.limit stack 7
+.limit stack 6
 (*@\hl{facT\_Start:} @*)
   iload 0
   ldc 0