Browse thread
Yacc limitations
-
Alex Baretta
- Christophe Raffalli
- Alex Baretta
- Christophe TROESTLER
- Jake A. Kirilenko
- Alan Falloon
[
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: | 2005-09-22 (13:09) |
From: | Christophe Raffalli <christophe.raffalli@u...> |
Subject: | Re: [Caml-list] Yacc limitations |
Alex Baretta a écrit : > I am getting very much annoyed with the obtusity of the LALR-yacc parser > generators. I have unsurmountable difficulties at teaching ocamlyacc how > to parse SQL decently. > > What is the "way to go" in terms of parser generators for Ocaml? I'd > like to see if there is some level of agreement in the community on this > issue. > may be give a try to elkhound (http://www.cs.berkeley.edu/~smcpeak/elkhound/) ? It generated both OCaml and C++. I haven't used it, But it seems nice and will remove the LALR(1) constraint . > Alex > >