scratch: Translation scheme latex/literal haskell setup. Translation.lhs should conta...
[mate.git] / scratch / Translation.lhs
diff --git a/scratch/Translation.lhs b/scratch/Translation.lhs
new file mode 100644 (file)
index 0000000..0bf579f
--- /dev/null
@@ -0,0 +1,40 @@
+\title{MateVM Translation scheme}
+\author{
+        Bernhard Urban
+            \and
+        Harald Steinlechner
+}
+\date{\today}
+
+\documentclass[12pt]{article}
+%include polycode.fmt
+
+\begin{document}
+\maketitle
+
+%\begin{abstract}
+%\end{abstract}
+
+\section{Introduction}
+
+blub:
+
+> foo x = x * x
+
+\section{Java-Bytecode $\rightarrow$ High-level Representation (todo find name)}
+
+bli bla blub
+
+\section{High-level Representation $\rightarrow$ Low-level Representation (todo find name)}
+
+bli bla blub
+
+\section{Low-level Represenation $\rightarrow$ x86}
+
+bli bla blub
+
+
+\bibliographystyle{abbrv}
+\bibliography{main}
+
+\end{document}