coursework/cw03.tex
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Fri, 07 Nov 2014 14:02:38 +0000
changeset 299 6322922aa990
parent 298 bdf84605b6cd
child 300 08d99acd35e8
permissions -rw-r--r--
update

\documentclass{article}
\usepackage{../style}
\usepackage{../langs}

\begin{document}

\section*{Coursework 3}

\noindent
This coursework is worth 5\% and is due on 28 November at 16:00. You 
are asked to implement a parser for the WHILE language and also 
an iterpreter.



\subsection*{Question 1 (marked with 1\%)}

You need to lex and parse WHILE programs and submit the assembler 
instructions for the Fibonacci program and for the program you submitted
in Coursework 2 in Question 3. The latter should be so modified that 
a user can input the upper bound on the console (in the original question
it was fixed to 100).

\subsection*{Question 2 (marked with 2\%)}


\subsection*{Question 3 (marked with 2\%)}




\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: