Browse thread
MinCaml: an educational compiler for tiny ML subset (documented in Japanese)
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Corey O'Connor <coreyoconnor@g...> |
| Subject: | Re: [Caml-list] MinCaml: an educational compiler for tiny ML subset (documented in Japanese) |
On Thu, 03 Mar 2005 17:26:52 -0500 (EST), Eijiro Sumii <eijiro_sumii@anet.ne.jp> wrote: > Hi, > > I have implemented a simple but efficient compiler from a tiny ML > subset to the SPARC assembly language. > > http://min-caml.sourceforge.net/min-caml.tar.gz > > The primary purpose is advanced education: the compiler is well > documented (only in Japanese for now, unfortunately) > > http://min-caml.sourceforge.net/ > > and has been used in a class at Tokyo for years. Neat! I've started studying compilers for functional languages and japanese. I'm sure this will be very useful for both my studies. :-) Thanks! -Corey O'Connor