From: Mart Lubbers Date: Thu, 9 Jun 2016 14:51:17 +0000 (+0200) Subject: grammars X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=c08004ae5da5b092f4eba00709185f9056df2bd9;p=cc1516.git grammars --- diff --git a/deliverables/report/pars.tex b/deliverables/report/pars.tex index 7172aa2..e666a47 100644 --- a/deliverables/report/pars.tex +++ b/deliverables/report/pars.tex @@ -23,6 +23,7 @@ eof :: Parser a Void \end{lstlisting} \subsection{Lexing} +Listing~\ref{lst:grammar}. \subsection{Parsing} %On March 10 you have to give a very brief presentation. In this presentation you tell the other diff --git a/deliverables/report/report.tex b/deliverables/report/report.tex index 490ca32..ce6f41c 100644 --- a/deliverables/report/report.tex +++ b/deliverables/report/report.tex @@ -36,4 +36,9 @@ \input{ext.tex} +\newpage +\section{Appendices} +\subsection{Grammar} +\lstinputlisting[label={lst:grammar}{../../grammar/grammar.txt} + \end{document}