Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / hacker-guide / main.tex
1 \documentclass[12pt,openany]{report}
2 \usepackage{alltt,epsfig,html,latexsym,longtable,makeidx,moreverb}
3
4 \setlength\topmargin{-0.5in}
5 \setlength\textheight{8.5in}
6 \setlength\textwidth{7.0in}
7 \setlength\oddsidemargin{-0.3in}
8 \setlength\evensidemargin{-0.3in}
9 \hyphenation{}
10 \title{{\mlton} Hacker Guide}
11 \author{Stephen Weeks}
12 \date{\today}
13 \include{macros}
14 \makeindex
15
16 \begin{document}
17
18 \maketitle
19 \input{abstract}
20 \tableofcontents
21 \input{sources}
22 \input{basis-library}
23 \input{runtime}
24 \input{mlton}
25 \input{notes}
26 \chap{Todo}{todo}
27 native backend vs x86 backend
28 To unpackage debian, do
29 \begin{verbatim}
30 dpkg -x ../mlton_20010806-2_i386.deb .
31 \end{verbatim}
32 \printindex
33 \bibliographystyle{alpha}
34 \bibliography{bib}
35 \end{document}