Bootstrapping via gcc In order to bootstrap ATS/Anairiats, one needs to first check out the following svn directory and name it as some local directory, say, "FOO":
svn co https://ats-lang.svn.sourceforge.net/svnroot/ats-lang/trunk FOO
Please go into the directory "FOO" and execute the command 'aclocal' and then the command 'autoconf' and then do 'make all'.
Bootstrapping via ocaml It is also possible to use the ATS/Geizella compiler (written in Objective Caml) for bootstrapping ATS/Anairiats. This can be done by checking out the following svn directory and name it as the local directory "FOO/bootstrap0":
svn co https://ats-lang.svn.sourceforge.net/svnroot/ats-lang/bootstrap/tags/geizella-x.x.x \ FOO/bootstrap0
svn co https://ats-lang.svn.sourceforge.net/svnroot/ats-lang/bootstrap/geizella \ FOO/bootstrap0
This page is maintained by Hongwei Xi. As always, your comments are welcome.