Merge branch 'master' of https://github.com/dopefishh/cc1516
authorpimjager <pim@pimjager.nl>
Thu, 9 Jun 2016 16:41:09 +0000 (18:41 +0200)
committerpimjager <pim@pimjager.nl>
Thu, 9 Jun 2016 16:41:09 +0000 (18:41 +0200)
1  2 
deliverables/report/report.tex

@@@ -5,7 -5,6 +5,7 @@@
  \usepackage{spl}
  \usepackage{hyperref}
  \usepackage[a4paper]{geometry}
 +\usepackage{proof}
  
  \title{Compiler Construction: SPL Compiler}
  \author{Pim Jager\and Mart Lubbers}
  }
  
  \newcommand{\SPLC}{\texttt{SPLC}}
 -\newcommand{\SPL}{\texttt{SPLC}}
 -\newcommand{\SSM}{\texttt{SPLC}}
 +\newcommand{\SPL}{\texttt{SPL}}
 +\newcommand{\SSM}{\texttt{SSM}}
+ \newcommand{\Yard}{\textsc{Yard}}
 +\def\AST/{\texttt{AST}}
 +
 +\let\tt\texttt
  
  \begin{document}
  \maketitle
@@@ -39,4 -36,9 +40,9 @@@
  
  \input{ext.tex}
  
+ \newpage
+ \section{Appendices}
+ \subsection{Grammar}
+ \lstinputlisting[label={lst:grammar}{../../grammar/grammar.txt}
  \end{document}