[
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: | 2010-04-12 (17:30) |
From: | Francois Pottier <Francois.Pottier@i...> |
Subject: | Re: [Caml-list] Unicode solutions |
On Mon, Apr 12, 2010 at 10:35:24AM -0400, Jacques Carette wrote: > [It's not clear to me that ulex + menhir works] Yes, it does. This is documented in the FAQ near the end of the Menhir reference manual. In short, although Menhir (like ocamlyacc) produces code whose interface suggests that it is meant to be used with an ocamllex-generated lexer, this interface can be easily adapted. Wrappers for this purpose are provided as part of MenhirLib. -- François Pottier Francois.Pottier@inria.fr http://gallium.inria.fr/~fpottier/