Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / doc / hacker-guide / abstract.tex
1 This document describes how to hack {\mlton}, a
2 whole-program optimizing compiler for the
3 \htmladdnormallink{Standard ML}
4 {http://cm.bell-labs.com/cm/cs/what/smlnj/sml.html}
5 programming language.
6 The {\mlton} homepage is \absolutelink{}.
7 The document contains an overview of the source tree, a description of the
8 programming style used in {\mlton}, and delves into the bowels of the compiler
9 and associated tools.
10
11 This document is very incomplete.