[PATCH] DTC: Rewrite the propdata and propdataprefix rules.

2007-10-22 Thread Jon Loeliger
After staring at these two rules for a bit, and not quite groking them, I rewrote them into something I think is a bit clearer. With any luck, it's the same language still. Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> --- You be the judge too! dtc-parser.y | 31 ++

Re: [PATCH] DTC: Rewrite the propdata and propdataprefix rules.

2007-10-22 Thread Jon Loeliger
So, like, the other day Jon Loeliger mumbled: > > After staring at these two rules for a bit, and not quite > groking them, I rewrote them into something I think is a > bit clearer. With any luck, it's the same language still. > > Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> > --- > > You be

Re: [PATCH] DTC: Rewrite the propdata and propdataprefix rules.

2007-10-22 Thread David Gibson
On Mon, Oct 22, 2007 at 05:37:57PM -0500, Jon Loeliger wrote: > So, like, the other day Jon Loeliger mumbled: > > > > After staring at these two rules for a bit, and not quite > > groking them, I rewrote them into something I think is a > > bit clearer. With any luck, it's the same language still