Browse thread
ocamllex -ocamlyacc pb
-
Daniel Marre
- Jean-Christophe Filliatre
- Olivier_Pérès
- Michel Mauny
[
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: | Michel Mauny <Michel.Mauny@i...> |
| Subject: | Re: [Caml-list] ocamllex -ocamlyacc pb |
Daniel Marre wrote/écrivait (Tue, Oct 26, 2004 at 05:54:14PM +0200):
> Si quelqu'un peut m'apporter un peu de lumière, je le remercie par avance.
C'est parce qu'il reste un peu de CamlLight dans parser.mly. Il te
faut changer
%type <plftypes__plf> debut
en
%type <Plftypes.plf> debut
et compiler plftypes.ml avant de compiler parser.ml (pour créer
l'interface de Plftypes). (Je n'ai pas testé plus que cela.)
Cordialement,
-- Michel Mauny