[
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-12-07 (07:58) |
From: | Remi VANICAT <remi.vanicat@l...> |
Subject: | Re: sml/nj to ocaml |
Laurent Reveillere <Laurent.Reveillere@labri.u-bordeaux.fr> writes: > Hello, > > I would to know if anybody has a tool for automatically translate sml/nj > code into ocaml code. > may be camlp4 is able do do that (http://caml.inria.fr/camlp4/index.html) : it is a preprocessor pretty printer for ocaml, capable to change completely the ocaml syntax, and there is a pa_sml.cmo, a parser that can understand the sml syntax. but i haven't use it, so ... -- Rémi Vanicat vanicat@labri.u-bordeaux.fr http://dept-info.labri.u-bordeaux.fr/~vanicat