Compilation of RML frontent implemented in SML with the MLton compiler
-----------------------------------------------------------------------
Martin Sjölund, martin.sjolund@liu.se, 2012-09-24

It is possible to compile entirely without the use of SML/NJ, if you have
mlton installed. This results in a faster compiler.

./configure --nosmlnj
make -C runtime
make -C etc
make -C compiler rml-mlton
make -C etc install
make -C runtime install
make -C compiler install-mlton

For more information, read INSTALL.txt, or send an email to adrian.pop@liu.se
