[
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: | 2000-11-23 (12:22) |
From: | David Brown <caml-list@d...> |
Subject: | Re: Camlmake. |
On Tue, Nov 21, 2000 at 09:05:07AM -0800, David Brown wrote: > I have thrown the source of my camlmake utility together. This code can > compile under 3.00, but doesn't support the use of any of the new syntax. > I'm posting this in the hope that someone will be able to continue working > on this program. I guess I should have been a little clearer in my explanation. The code isn't documented, or even particularly well written. I threw it together during the process of learning ocaml. Think of it as a proof of concept. This is a tool I would really like to see available for ocaml. The idea comes from the GNU Ada Compiler's gnatmake utility. If I ever come up with some time, I may write a real program to do this. I posted this in the hopes that someone else would take the concept and implement the utility. It needs a lot of work to become a generally useful utility. David Brown