[
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: | Michael Nedzelsky <MichaelNedzelsky@y...> |
| Subject: | Re: [Caml-list] OCamlAntlr |
On Mon, 2 Apr 2007 04:38 am, Bill Smith wrote: > Is there any interest in an ocaml version of the parser generator > antlr? Presumably it would work along the lines of ocamllex and > ocamlyacc, although I don't really know all that would be involved > implementing such a tool. I have successfully used Antlr in Java, C# and C++ projects. So I think having an Ocaml backend for Antlr is a definitely good idea. Michael Nedzelsky