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 4CD44D45F for ; Mon, 31 Oct 2005 07:01:16 +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 j9V61FMa021301 for ; Mon, 31 Oct 2005 07:01:15 +0100 Received: by xproxy.gmail.com with SMTP id s15so808835wxc for ; Sun, 30 Oct 2005 22:01:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gJ/le9ur82tloPEJjVt+p3K3sKt+KrOG3beHzaWR+KTcihp9ymcXjhyUQvkpYWKSLCdNO/biMUzgAMnnI2n9CGw32QliJM2DUxR0QIXjSig8ZWAkUvMlF8FYxFS3GupaRTv81OoHOWpzDXIWo7sZ47MZhkShVV166ZWVz75yGp4= Received: by 10.64.249.4 with SMTP id w4mr6027qbh; Sun, 30 Oct 2005 22:01:15 -0800 (PST) Received: by 10.65.23.20 with HTTP; Sun, 30 Oct 2005 22:01:14 -0800 (PST) Message-ID: Date: Mon, 31 Oct 2005 19:01:15 +1300 From: Jonathan Roewen To: caml-list@yquem.inria.fr Subject: parser syntax? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Miltered: at nez-perce with ID 4365B32B.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; parser:01 syntax:01 parser:01 syntax:01 ocaml:01 genlex:01 compile:01 seem:07 doesn't:12 doesn't:12 something:12 use:16 keyword:17 code:17 jonathan:23 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 Hi, How do I use the parser syntax in OCaml? I was looking at genlex, and the given code doesn't compile. Doesn't seem to like the parser keyword or something. Jonathan