From c08004ae5da5b092f4eba00709185f9056df2bd9 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Thu, 9 Jun 2016 16:51:17 +0200 Subject: [PATCH] grammars --- deliverables/report/pars.tex | 1 + deliverables/report/report.tex | 5 +++++ 2 files changed, 6 insertions(+) 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} -- 2.20.1