Browse thread
Resources for compiler/interpreter writers
-
Joel Reymont
-
David MENTRE
-
Jean-Marie Gaillourdet
-
David MENTRE
- Nicolas Cannasse
- William D. Neumann
-
David MENTRE
- Florian Hars
-
Jean-Marie Gaillourdet
-
David MENTRE
[
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: | 2006-08-01 (12:49) |
From: | Nicolas Cannasse <ncannasse@m...> |
Subject: | Re: [Caml-list] Resources for compiler/interpreter writers |
> Yes, I have a copy of it. But I'm also interested in small compilers > (even with reduced capabilities) like MinCaml that are easier to > understand for a beginner, as well as ML specific items like type > inference, pattern matching, garbage collection, ... You can have a look at the Neko and NekoML compilers (http://nekovm.org). Both are written in NekoML which is similar to OCaml in many points. Nicolas