summaryrefslogtreecommitdiff
path: root/report/report.tex
blob: 6570e3fc51904e5e3be6fcb3b99633938d021a7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\documentclass{scrartcl}

\usepackage{minted}

\title{HaSPL}
\subtitle{A SPL-Compiler in Haskell}
\author{Camil Staps \and Erin van der Veen}

\begin{document}

\maketitle

\section{Lexing and Parsing}
\subsection{Lexer}


\subsection{Parser}


\section{Pretty Printer}


\section{Semantic Analysis}

\section{Code Generation}

\end{document}