Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpfcso!hpfelg!jk From: jk@hpfelg.HP.COM (John Kessenich) Newsgroups: comp.lang.c Subject: Re: The right-left rule Message-ID: <690015@hpfelg.HP.COM> Date: 18 Jul 90 20:31:28 GMT References: <1990Jul16.163612.5344@kfw.COM> Organization: HP Elec. Design Div. -FtCollins Lines: 18 >Summary: in declarations as well as in expressions, postfix unary has higher >precedence than prefix unary; parens may be used to override this. K&R treats punctuation, i.e. ()[].-> as operators having the highest precedence. Thus, this all reduces to "Declarations may be read correctly by starting with the name and then reading in precedence order." This makes more sense (and seems simpler) to me than rules like "inside out", "alternating left and right", etc. which seem like artificial structures added on top of the language. -------------- John Kessenich