On Sat, 10 Apr 2010 01:56:32 -0400, strtr <strtr at spam.com> wrote: > Are D's operator precedence rules the same as C's? > > http://www.difranco.net/cop2220/op-prec.htm > > Couldn't find such a table on the D website. I had the same issue early on. The operator precedence is embedded in the grammar. Hopefully TDPL will contain a table. -Steve