Browse thread
my own exceptions from ocamlyacc?
[
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: | oliver@f... |
| Subject: | Re: [Caml-list] my own exceptions from ocamlyacc? |
On Mon, Oct 11, 2010 at 02:25:52PM +0100, Chris Yocum wrote: > I had a similar problem. The solution was to create another module > which was opened inside the Parser module. This way you can add your > own interface on top of the Parser/Lexer module. I hope this helps. [...] Hmhhh, something like that I also had in mind, but I would like to circumvent this, if possible. Ciao, Oliver