1\documentclass{article}
2
3%include polycode.fmt
4
5%if false
6  Flounder2: an even more simpler IDL for Barrelfish
7
8  Copyright (c) 2009 ETH Zurich.
9  All rights reserved.
10
11  This file is distributed under the terms in the attached LICENSE file.
12  If you do not find this file, copies can be found by writing to:
13  ETH Zurich D-INFK, Haldeneggsteig 4, CH-8092 Zurich. Attn: Systems Group.
14%endif
15
16\title{Flounder 2}
17\author{}
18\date{}
19
20\begin{document}
21
22\maketitle
23
24\newpage
25
26\tableofcontents
27
28\include{intro}
29\include{Syntax}
30\include{Backend}
31%% \include{HeaderBackend}
32%% \include{CodeBackend}
33\include{Main}
34
35\end{document}
36