caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Pierre-Etienne Meunier <pierreetienne.meunier@gmail.com>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Is there any open-sourced yacc style parser generator written in OCaml?
Date: Wed, 03 Apr 2013 14:55:25 +0200	[thread overview]
Message-ID: <515C26BD.1070308@gmail.com> (raw)
In-Reply-To: <CANcqPu7o9pjewZWzd47D-MsOaFUgP1RYw=vZ63mANxiN+xTQZA@mail.gmail.com>

El 03/04/13 14:48, bob zhang escribió:
>
> Dear list,
>     I want to embed a yacc-style parser generator in OCaml, ocamlyacc is
> written in C. menhir has a QPL license so that  I can not patch it. So
> is there any other existing yacc-style parser generator(in OCaml) available?
>    Thanks in advance!
> --
> Regards
> -- Bob

Have a look at dypgen, but it's not yacc-style (the lexer are embedded 
in the parsers, and the kind of grammar is GLR, not LR1).

Regards,
Pierre

  reply	other threads:[~2013-04-03 12:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-03 12:48 bob zhang
2013-04-03 12:55 ` Pierre-Etienne Meunier [this message]
2013-04-03 12:58   ` [Caml-list] " bobzhang
2013-04-03 13:01 ` [Caml-list] " Gabriel Scherer

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=515C26BD.1070308@gmail.com \
    --to=pierreetienne.meunier@gmail.com \
    --cc=caml-list@inria.fr \
    /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).