summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErin van der Veen2018-02-08 09:32:00 +0100
committerErin van der Veen2018-02-08 09:32:00 +0100
commitf93eb4fdcc9fa761f6af82c8d20d8c5437ed4fc7 (patch)
tree224061a451c07bc722a8d68bddfedfe936d63d09
parentImplement pprint for Nop (diff)
Report Skeleton
-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}