caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: bobzhang <bobzhang1988@gmail.com>
To: Pierre-Etienne Meunier <pierreetienne.meunier@gmail.com>,
	 Caml List <caml-list@inria.fr>
Subject: [Caml-list] Re: Is there any open-sourced yacc style parser generator written in OCaml?
Date: Wed, 03 Apr 2013 08:58:08 -0400	[thread overview]
Message-ID: <515C2760.50201@gmail.com> (raw)
In-Reply-To: <515C26BD.1070308@gmail.com>

On 4/3/13 8:55 AM, Pierre-Etienne Meunier wrote:
> 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).
Thanks! The reason for a yacc style is that it's simple, everyone who 
take a compiler course knows its underlying theory. Dypgen seems too 
complex for non-parser expert to understand.
>
> Regards,
> Pierre
>


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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-03 12:48 [Caml-list] " bob zhang
2013-04-03 12:55 ` Pierre-Etienne Meunier
2013-04-03 12:58   ` bobzhang [this message]
2013-04-03 13:01 ` 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=515C2760.50201@gmail.com \
    --to=bobzhang1988@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=pierreetienne.meunier@gmail.com \
    /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).