From f93eb4fdcc9fa761f6af82c8d20d8c5437ed4fc7 Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Thu, 8 Feb 2018 09:32:00 +0100 Subject: Report Skeleton --- report/report.tex | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'report') 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} -- cgit v1.2.3