Browse thread
[Caml-list] Ocamlyacc vs stream parser
[
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: | Damien Doligez <Damien.Doligez@i...> |
| Subject: | Re: [Caml-list] Ocamlyacc vs stream parser |
On Friday, May 23, 2003, at 11:26 AM, Michal Moskal wrote: > ocamlyacc gives you better error reporting (about conflicts) and > strictly bigger set of languages it can recognize. This is not true. First, LALR(1) is not a superset of LL(1); second, Camlp4 implements more than LL(1), for example with parameterised parsers. -- Damien ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners