summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--report/report.tex17
1 files changed, 16 insertions, 1 deletions
diff --git a/report/report.tex b/report/report.tex
index 5c74cf5..6570e3f 100644
--- a/report/report.tex
+++ b/report/report.tex
@@ -2,11 +2,26 @@
\usepackage{minted}
-\title{A SPL-Compiler in Haskell}
+\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}