From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 101717EE51 for ; Wed, 3 Apr 2013 14:48:07 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of bobzhang1988@gmail.com) identity=pra; client-ip=209.85.212.51; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="bobzhang1988@gmail.com"; x-sender="bobzhang1988@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of bobzhang1988@gmail.com designates 209.85.212.51 as permitted sender) identity=mailfrom; client-ip=209.85.212.51; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="bobzhang1988@gmail.com"; x-sender="bobzhang1988@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-vb0-f51.google.com) identity=helo; client-ip=209.85.212.51; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="bobzhang1988@gmail.com"; x-sender="postmaster@mail-vb0-f51.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUBALkkXFHRVdQzjmdsb2JhbABDhhoBvmQIFg4BAQEBBw0JCRIGJIIWUAEbHgMSCAEHXQERAQUBIogUAQMPn2eCcowvgnuEUQoZJw1ZiHwBBQySVAOWa48pFimESiA X-IPAS-Result: ArUBALkkXFHRVdQzjmdsb2JhbABDhhoBvmQIFg4BAQEBBw0JCRIGJIIWUAEbHgMSCAEHXQERAQUBIogUAQMPn2eCcowvgnuEUQoZJw1ZiHwBBQySVAOWa48pFimESiA X-IronPort-AV: E=Sophos;i="4.87,401,1363129200"; d="scan'208";a="9632012" Received: from mail-vb0-f51.google.com ([209.85.212.51]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 03 Apr 2013 14:48:05 +0200 Received: by mail-vb0-f51.google.com with SMTP id x19so393777vbf.24 for ; Wed, 03 Apr 2013 05:48:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=Mwn3p/9nHvkT7XuOkLbmuXa1NVyXoTfdf7En1L0UMVc=; b=G/qrpxQUAGZ4JFTBgzADHjH1oQw2MXIym0gRLxd7mUGboQdbE7OYJ9qwGtCynXkqeB NuPUNmTz7vajKJiZ7XH5VamjwjCopAHJsE7JeJ3ah2k5PDEL+p2U2x6tj6NKwO2tCfkO d6IP2GC+ISKYTTVRCz5oML5nYtAdLGgNtk+KMvW6UkVoaVwSmIa4pU269JotwT12Ieq9 YSrb4qbwE48o8RfDsybttc9Kh6MFEUjknB95/3kd06i9fR/g/HGtjFxaSgGixWlBkCvE 7+IZZeBRJShQyhhDxGyOIloQLnhJZ6FUnwh3FAYMWWXpUc7dAjP8PuxRSMSHdWKFfh5t Z65A== MIME-Version: 1.0 X-Received: by 10.58.154.229 with SMTP id vr5mr1092309veb.11.1364993284691; Wed, 03 Apr 2013 05:48:04 -0700 (PDT) Received: by 10.220.151.147 with HTTP; Wed, 3 Apr 2013 05:48:04 -0700 (PDT) Date: Wed, 3 Apr 2013 08:48:04 -0400 Message-ID: From: bob zhang To: Caml List Content-Type: multipart/alternative; boundary=047d7b6050f4dadeb304d9744369 Subject: [Caml-list] Is there any open-sourced yacc style parser generator written in OCaml? --047d7b6050f4dadeb304d9744369 Content-Type: text/plain; charset=ISO-8859-1 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 --047d7b6050f4dadeb304d9744369 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Dear list,
= =A0 =A0I want to embed a yacc-style parser ge= nerator in OCaml, ocam= lyacc is written in C. menhir has a QPL license so that =A0I can not patch it. So i= s there any other existing yacc-style parser = generator(in OCaml) available?
=A0 Thanks in advance!
--
Regards
-- Bob
--047d7b6050f4dadeb304d9744369--