> I'd be interested in Menhir, but their site mentions:
>
> "Warning: the current release is BETA quality"
>
> Everybody has their own definition of Beta quality so it's possible
> that theirs allows for more stable code...
>
> Have you run into any problems with that?
Hi,
I haven't had any problems. In any case, I suggest you use Menhir
to develop your application, since it makes debugging so much easier
(check Menhir's manual for options --explain, --graph, --trace,
--dump, --log-automaton, --log-code, and --log-grammar). As long
as you don't use any Menhir-specific features in your grammar (and
if the grammar is LALR(1) of course) you can always switch back to
Ocamlyacc if you run into any problems.
Cheers,
Dario
.