codegen: handle exceptions of a method
[mate.git] / scratch / Translation.lhs
1 \documentclass[a4paper,12pt]{scrartcl}
2 %include polycode.fmt
3
4 \usepackage{hyperref}
5 \usepackage{url}
6 \usepackage[utf8x]{inputenc}
7
8 \newcommand{\authormod}[2]{#1\\{\small\url{#2}}}
9
10 \begin{document}
11 \title{MateVM Translation scheme}
12 \author{
13         \authormod{Harald Steinlechner}{haraldsteinlechner@@gmail.com} \and
14         \authormod{Bernhard Urban}{lewurm@@gmail.com}
15 }
16 \date{\today}
17
18 \maketitle
19
20 %\begin{abstract}
21 %\end{abstract}
22
23 \section{Introduction}
24
25 blub:
26
27 > foo x = x * x
28
29 \section{Java-Bytecode $\rightarrow$ High-level Representation (todo find name)}
30
31 bli bla blub
32
33 \section{High-level Representation $\rightarrow$ Low-level Representation (todo find name)}
34
35 bli bla blub
36
37 \section{Low-level Represenation $\rightarrow$ x86}
38
39 bli bla blub
40
41
42 \bibliographystyle{abbrv}
43 \bibliography{main}
44
45 \end{document}