Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!ncis.tis.llnl.gov!dog.ee.lbl.gov!elf.ee.lbl.gov!torek From: torek@elf.ee.lbl.gov (Chris Torek) Newsgroups: comp.lang.c Subject: Re: Increment Operators vs. Precedence Message-ID: <10706@dog.ee.lbl.gov> Date: 7 Mar 91 01:47:25 GMT References: <10648@dog.ee.lbl.gov> Reply-To: torek@elf.ee.lbl.gov (Chris Torek) Organization: Lawrence Berkeley Laboratory, Berkeley Lines: 15 X-Local-Date: Wed, 6 Mar 91 17:47:26 PST In article <10648@dog.ee.lbl.gov> I left out one word: -All `precedence' does is assign some particular grouping to a set of -symbols that otherwise have none. For instance, given - - x = a + b * c++; - -there is no explicit - grouping, and precedence (and associativity) is a simple way -of describing how the expression is parsed. (It makes much more sense this way.) -- In-Real-Life: Chris Torek, Lawrence Berkeley Lab EE div (+1 415 486 5427) Berkeley, CA Domain: torek@ee.lbl.gov