From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id C230FBBAF for ; Mon, 15 Feb 2010 20:32:18 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiwBAMMveUuAcIgmmWdsb2JhbACbFhUBAQEBAQgLCgcTI7BSg2uIVYRbBIMU X-IronPort-AV: E=Sophos;i="4.49,478,1262559600"; d="scan'208";a="57068017" Received: from bluebox.cs.princeton.edu ([128.112.136.38]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 15 Feb 2010 20:32:18 +0100 Received: from [192.168.0.100] (ool-4355b7a4.dyn.optonline.net [67.85.183.164]) (authenticated bits=0) by bluebox.CS.Princeton.EDU (8.13.8/8.13.8) with ESMTP id o1FJW0ck003588 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Mon, 15 Feb 2010 14:32:03 -0500 Message-Id: <6EC5A02E-D36F-436E-A340-D0B0D59D40BE@cs.princeton.edu> From: Yitzhak Mandelbaum To: Caml-list List Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: free, open-source version of OCaml grammar? Date: Mon, 15 Feb 2010 14:32:00 -0500 X-Mailer: Apple Mail (2.936) X-Proofpoint-Virus-Version: vendor=nai engine=5400 definitions=5893 signatures=602211 X-Proofpoint-Spam-Reason: safe X-Spam: no; 0.00; yitzhak:01 mandelbaum:01 ocaml:01 ocaml:01 parser:01 parser:01 unreadable:01 yitzhak:01 mandelbaum:01 grammar:02 grammar:02 impractical:02 distributed:05 yacc:06 i'd:06 Hi, I'd like to port the OCaml grammar to another parser generator. However, the grammar is covered under the Q Public License, and the terms of the license seem to require that the ported version only be distributed as a patch to the current YACC grammar. Given that I'm porting the grammar to serve as an example for a new parser generator, distributing it as an unreadable patch is quite impractical. Does anyone know of a version of the OCaml grammar which is not covered by the Q Public License? Or, does anyone have any other suggestions? Thanks! Yitzhak ----------------------------- Yitzhak Mandelbaum