[
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: | Olivier Andrieu <oandrieu@n...> |
| Subject: | Re: [Caml-list] Camlp4s 4.02 |
On 7/10/07, skaller <skaller@users.sourceforge.net> wrote: > On Tue, 2007-07-10 at 10:33 +0200, Daniel de Rauglaudre wrote: > > Hi, > > > > On Mon, Jul 09, 2007 at 09:28:05PM +1000, skaller wrote: > > > > > At the very least, Ocaml should be modified to add a new > > > statement/directive such as: > > > > > > syntax fred;; > > > > This exist ! You can use : > > > > #load "fred.cmo"; > > > > > yes, but it only works in the top level, where it is a burden. > It doesn't work where it is actually needed: batch compilation. no, it works with camlp4 (the "old" one at least).