caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
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
Date: Wed, 13 Oct 1999 18:54:05 +0200	[thread overview]
Message-ID: <19991013185405.16924@pauillac.inria.fr> (raw)
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/camlp4/

Hope this helps,

- Xavier Leroy




      reply	other threads:[~1999-10-14 12:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-12 19:50 Steve Stevenson
1999-10-13 16:54 ` Xavier Leroy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19991013185405.16924@pauillac.inria.fr \
    --to=xavier.leroy@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=steve@cs.clemson.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).