scratch: Translation scheme latex/literal haskell setup. Translation.lhs should conta...
[mate.git] / scratch / Translation.lhs
1 \title{MateVM Translation scheme}
2 \author{
3         Bernhard Urban
4             \and
5         Harald Steinlechner
6 }
7 \date{\today}
8
9 \documentclass[12pt]{article}
10 %include polycode.fmt
11
12 \begin{document}
13 \maketitle
14
15 %\begin{abstract}
16 %\end{abstract}
17
18 \section{Introduction}
19
20 blub:
21
22 > foo x = x * x
23
24 \section{Java-Bytecode $\rightarrow$ High-level Representation (todo find name)}
25
26 bli bla blub
27
28 \section{High-level Representation $\rightarrow$ Low-level Representation (todo find name)}
29
30 bli bla blub
31
32 \section{Low-level Represenation $\rightarrow$ x86}
33
34 bli bla blub
35
36
37 \bibliographystyle{abbrv}
38 \bibliography{main}
39
40 \end{document}