From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id BAA12500; Tue, 3 Sep 2002 01:00:04 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id BAA12124 for ; Tue, 3 Sep 2002 01:00:03 +0200 (MET DST) Received: from hirsch.in-berlin.de (hirsch.in-berlin.de [192.109.42.6]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g82N02r24612 for ; Tue, 3 Sep 2002 01:00:02 +0200 (MET DST) Received: from hirsch.in-berlin.de (localhost [127.0.0.1]) by hirsch.in-berlin.de (8.12.1/8.12.1/Debian -2) with ESMTP id g82N01Ec010537 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Tue, 3 Sep 2002 01:00:02 +0200 Received: (from uucp@localhost) by hirsch.in-berlin.de (8.12.1/8.12.1/Debian -2) with UUCP id g82N01YA010521 for caml-list@inria.fr; Tue, 3 Sep 2002 01:00:01 +0200 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: caml-list@inria.fr Received: from localhost (oliver@localhost) by first.in-berlin.de (8.7.6/8.7.3) with SMTP id XAA02206 for ; Mon, 2 Sep 2002 23:43:49 +0200 Date: Mon, 2 Sep 2002 23:43:48 +0200 (MET DST) From: Oliver Bandel To: caml-list@inria.fr Subject: Re: [Caml-list] Camlp4-tutorial-Example In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Mon, 2 Sep 2002, Oliver Bandel wrote: > > On Mon, 2 Sep 2002, Oliver Bandel wrote: > > > Hi, > > > > I'm experimenting with the Code of the Camlp4-Tutorial. > > > > The simple calculator in Chapter 2 (Grammar-/Plexer-Module) > > works very fine for calculation. > > What I do not understand: > This calculator knows that * and / have higher Priority > than + and -. > How is this achieved? ...looks like what is mentioned as "levels" in the tutorial means that it is meant as "priority levels"? What comes later has higher priority? Ciao, Oliver ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners