Re: Compilers in ML or Caml

"Aaron Gray" <ang.usenet@gmail.com>
Tue, 19 Jun 2007 18:29:56 +0100

          From comp.compilers

Related articles
Compilers in ML or Caml sgillespie@bisonofborg.com (bison) (2007-06-19)
Re: Compilers in ML or Caml blume@hanabi.local (Matthias Blume) (2007-06-19)
Re: Compilers in ML or Caml ang.usenet@gmail.com (Aaron Gray) (2007-06-19)
Re: Compilers in ML or Caml torbenm@app-7.diku.dk (2007-06-20)
Re: Compilers in ML or Caml Colin_Paul_Gloster@ACM.org (Colin Paul Gloster) (2007-06-21)
Re: Compilers in ML or Caml jon@ffconsultancy.com (Jon Harrop) (2007-06-21)
| List of all articles for this month |

From: "Aaron Gray" <ang.usenet@gmail.com>
Newsgroups: comp.compilers
Date: Tue, 19 Jun 2007 18:29:56 +0100
Organization: Compilers Central
References: 07-06-037
Keywords: functional
Posted-Date: 19 Jun 2007 13:43:37 EDT

"bison" <sgillespie@bisonofborg.com> wrote in message
> I'm sure there are plenty of compilers written in ML, but I'd like to
> find some smaller (ish) compilers written in ML for a good examples in
> compiler writing in ML.


Have a look at HaXe its written in Neko's own ML which is self bootstrapping
and runs on its own VM called Neko.


                http://haxe.org/
                http://www.nekovm.org/


Its all very compact and well written code.


Aaron



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.