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