diff options
author | Erin van der Veen | 2018-02-08 09:32:00 +0100 |
---|---|---|
committer | Erin van der Veen | 2018-02-08 09:32:00 +0100 |
commit | f93eb4fdcc9fa761f6af82c8d20d8c5437ed4fc7 (patch) | |
tree | 224061a451c07bc722a8d68bddfedfe936d63d09 | |
parent | Implement pprint for Nop (diff) |
Report Skeleton
-rw-r--r-- | report/report.tex | 17 |
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} |