Re: Looking for an LL parser generator

From: Xavier Leroy (Xavier.Leroy@inria.fr)
Date: Wed Oct 13 1999 - 18:54:05 MET DST


Date: Wed, 13 Oct 1999 18:54:05 +0200
From: Xavier Leroy <Xavier.Leroy@inria.fr>
To: Steve Stevenson <steve@cs.clemson.edu>, caml-list@inria.fr
Subject: Re: Looking for an LL parser generator
In-Reply-To: <14339.37070.929433.189607@merlin.cs.clemson.edu>; from Steve Stevenson on Tue, Oct 12, 1999 at 03:50:45PM -0400

> I would appreciate pointers to an LL parser generator. It's a little
> easier to think about my project as top down.

OCaml's stream parsers make it easy to write recursive-descent
parsers. For more advanced facilities such as precendences and
automatic left-factoring of the rules, please have a look at Camlp4:
        http://caml.inria.fr/pub/old_caml_site/camlp4/

Hope this helps,

- Xavier Leroy



This archive was generated by hypermail 2b29 : Sun Jan 02 2000 - 11:58:27 MET