On Wed, Dec 20, 2006 at 06:30:14PM -0500, Joel E. Denny wrote: > On Wed, 20 Dec 2006, Joel E. Denny wrote: > > > 2006-12-20 Joel E. Denny <[EMAIL PROTECTED]> > > > > + Enable push parsers to operate in impure mode. Thus, %push-parser no > > + longer implies %pure-parser. The point of this change is to move > > + towards being able to test the push parser code by running the entire > > + test suite as if %push-parser had been declared. > > Another advantage of this patch is that it eliminates any debate over how > a %pure-parser should be handled when there's a %push-parser. That is, > %pure-parser now has an obvious meaning. > > Paul, is this one ok with you?
Hi Joel, If you have a lot of patches that make up the final patch, you should run the final patch through the benchmark script we were using. Just to make sure that all of the new modes don't effect the speed of the pure/unpure pull parsers. I can dig up the script that Akim posted if you aren't familiar with it. Bob Rossi
