5131eb0021aa90ef131ef1182ab133f230efcff2
[cc1516.git] / deliverables / report / report.tex
1 \documentclass{article}
2
3 \usepackage{listings}
4 \usepackage{clean}
5 \usepackage{spl}
6 \usepackage{hyperref}
7 \usepackage[a4paper]{geometry}
8
9 \title{Compiler Construction: SPL Compiler}
10 \author{Pim Jager\and Mart Lubbers}
11 \date{\today}
12
13 \lstset{%
14 basicstyle=\ttfamily\footnotesize,
15 breaklines,
16 captionpos=b
17 }
18
19 \newcommand{\SPLC}{\texttt{SPLC}}
20 \newcommand{\SPL}{\texttt{SPLC}}
21 \newcommand{\SSM}{\texttt{SPLC}}
22
23 \begin{document}
24 \maketitle
25 \tableofcontents
26 \newpage
27
28 \input{intro.tex}
29
30 \input{pars.tex}
31
32 \input{sem.tex}
33
34 \input{gen.tex}
35
36 \input{ext.tex}
37
38 \end{document}