From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL,HTML_MESSAGE autolearn=disabled version=3.1.3 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 C7323BC6B for ; Wed, 31 Oct 2007 16:34:45 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAEc9KEeAKs4Fnmdsb2JhbACCcotyAgEBBwQGERg X-IronPort-AV: E=Sophos;i="4.21,351,1188770400"; d="scan'208,217";a="18807927" Received: from netscaler2.rice.edu (HELO mh1.mail.rice.edu) ([128.42.206.5]) by mail4-smtp-sop.national.inria.fr with ESMTP; 31 Oct 2007 16:34:43 +0100 Received: from mh1.mail.rice.edu (localhost.localdomain [127.0.0.1]) by mh1.mail.rice.edu (Postfix) with ESMTP id 29EC1386248; Wed, 31 Oct 2007 10:34:39 -0500 (CDT) X-Virus-Scanned: by amavis-2.4.4 at mh1.mail.rice.edu Received: from mh1.mail.rice.edu ([127.0.0.1]) by mh1.mail.rice.edu (mh1.mail.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4WTFVWUSJiOx; Wed, 31 Oct 2007 10:34:39 -0500 (CDT) Received: from [10.194.94.87] (unknown [10.194.94.87]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mh1.mail.rice.edu (Postfix) with ESMTP id B06A638622F; Wed, 31 Oct 2007 10:34:38 -0500 (CDT) In-Reply-To: <47289C47.8020609@irisa.fr> References: <6C4DFFEF-0A5E-496F-9468-56693FFA4DC2@cs.rice.edu> <1193753915.47273d3bb15f2@webmail.in-berlin.de> <23EC0ABA-12EE-49DE-B76A-1D91BCCAE1BA@cs.rice.edu> <21DAF2E3-1E29-476D-BEB3-FD608EBD92A2@cs.rice.edu> <47288DE3.3000603@irisa.fr> <11C06B30-EA78-40BB-984F-B403DC9BAE68@cs.rice.edu> <472894EC.8040902@irisa.fr> <47289C47.8020609@irisa.fr> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: multipart/alternative; boundary=Apple-Mail-73-789308227 Message-Id: <4EB1D447-02D8-43CA-AA3E-1A8DE7C31CE6@cs.rice.edu> Cc: caml-list@yquem.inria.fr From: Angela Zhu Subject: Re: [Caml-list] Problem with precedence declaration in .mly file Date: Wed, 31 Oct 2007 10:34:32 -0500 To: Thomas Gazagnaire X-Mailer: Apple Mail (2.752.3) X-Spam: no; 0.00; angela:98 angela:98 2007,:98 2007,:98 wrote:01 wrote:01 precedence:01 caml-list:01 mly:01 grammar:02 grammar:02 define:02 define:02 exp:02 exp:02 --Apple-Mail-73-789308227 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Thanks Thomas! And thanks for all the help I got! The problem is solved at this point. Regards, Angela ------------------------------------------ Dept. of CS, Rice Unitersity http://www.cs.rice.edu/~yz2/ ------------------------------------------ On Oct 31, 2007, at 10:16 AM, Thomas Gazagnaire wrote: > Well, I think you have a problem in your grammar rules. Your are > defining the same PLUS, MINUS, STAR and DIVIDE rules in multiple > places in your code. Try to define them once, only in the "exp" > rule. Them, remove in the "exp" rule : --Apple-Mail-73-789308227 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=US-ASCII
Thanks = Thomas!
And thanks for all the help I got!
The = problem is solved at this point.

Regards,
Angela
------------------------------------------
Dept. of CS, Rice Unitersity
http://www.cs.rice.edu/~yz2/

On Oct 31, 2007, = at 10:16 AM, Thomas Gazagnaire wrote:

Well, I think you have a problem in your grammar = rules. Your are defining the same PLUS, MINUS, STAR and DIVIDE rules in = multiple places in your code. Try to define them once, only in the "exp" = rule. Them, remove in the "exp" rule = :

= --Apple-Mail-73-789308227--