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 nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id BDED4D45F for ; Mon, 31 Oct 2005 07:24:30 +0100 (CET) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j9V6OTBh022958 for ; Mon, 31 Oct 2005 07:24:30 +0100 Received: by xproxy.gmail.com with SMTP id s15so812348wxc for ; Sun, 30 Oct 2005 22:24:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sKCxgzhTS1UkdYcSHmZRcmnculdFmravTCFgok/YwTBlOLRwNONJ5By1WRqz08LGmX5nKguqaVrh/iTPsKP+5hrrcPeF5BdhJC9uzLmziB9Z7+p3KTQXopFv01qx5B4BXDLkg3nDo4n5Epeby4K08V0JNeNJMtw5vLlHJqxmBpM= Received: by 10.65.22.10 with SMTP id z10mr3625qbi; Sun, 30 Oct 2005 22:24:29 -0800 (PST) Received: by 10.65.23.20 with HTTP; Sun, 30 Oct 2005 22:24:29 -0800 (PST) Message-ID: Date: Mon, 31 Oct 2005 19:24:29 +1300 From: Jonathan Roewen To: Jon Harrop Subject: Re: [Caml-list] parser syntax? Cc: caml-list@yquem.inria.fr In-Reply-To: <200510310608.54746.jon@ffconsultancy.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510310608.54746.jon@ffconsultancy.com> X-Miltered: at nez-perce with ID 4365B89D.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 parser:01 syntax:01 piped:01 parser:01 syntax:01 ocaml:01 ocaml:01 somewhere:02 guess:02 stream:04 convert:11 but:12 should:13 there:17 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.9 required=5.0 tests=RCVD_BY_IP, RCVD_IN_BL_SPAMCOP_NET autolearn=disabled version=3.0.3 > Just a guess but should it be piped through camlp4 to get the stream and > parser syntax? Ohh, is this a change from ocaml 2.x? Is there a script somewhere that can almost automatically convert ocaml 2.x syntax to 3.x?