Browse thread
[ANNOUNCE] Alpha release of Menhir, an LR(1) parser generator for ocaml
[
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: | Stefan Monnier <monnier@i...> |
| Subject: | Re: [ANNOUNCE] Alpha release of Menhir, an LR(1) parser generator for ocaml |
> We are proud to announce the first release of Menhir. Menhir compiles LR(1)
> grammar specifications to OCaml code.
Nice.
I wish it had something like ml-yacc's automatic handling of syntax-errors
(which tries to insert/delete tokens in the input stream until the parse
succeeds).
Stefan