-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
51 lines (39 loc) · 921 Bytes
/
thesis.tex
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
\documentclass[11pt,a4paper,titlepage,twoside]{report}
\usepackage{style/unimelb_thesis}
\title{
An Incremental and Work-Saving Compiler for the Wybe Programming Langauge
}
\date{6th June, 2016}
\author{
\textbf{Ashutosh Rishi Ranjan (709065)} \\
Supervisor: \\
\textbf{Dr. Peter Schachte} \\ \\ \\ \\ \\
\textit{Research Project: 75pts} \\
\textit{MSc. Computer Science: COMP60002}
}
\begin{document}
%%
%% Front matter
%%
\maketitle
\tableofcontents{}
\listoffigures
%%
%% Main Matter
%%
\input{chapters/foreword}
\input{chapters/abstract}
\input{chapters/introduction}
\input{chapters/literature_review}
\input{chapters/wybe}
\input{chapters/lpvm}
\input{chapters/wybe_to_lpvm}
\input{chapters/build_system}
\input{chapters/codegen_llvm}
\input{chapters/future_work}
% code generation and llvm
% other compilers
% future work
\bibliographystyle{apalike}
\bibliography{refs}
\end{document}