On Tue, Nov 01, 2005 at 10:22:03AM -0800, Allison Randal wrote: > On a grammar that worked in a recent version of PGE, I'm now getting > an error when I try to construct the grammar. The error disappears > when I eliminate all non-greedy quantifiers from the grammar (though, > of course, the constructed grammar parses the text incorrectly with > greedy quantifiers).
Oops, I left out a "goto" -- now fixed in r9687. Surprisingly, there don't seem to be any tests for non-greedy quantifiers in t/p6rules/ :-( . > Also, the README file in compilers/pge needs to be updated to reflect > the fact that the "dump" method is gone (replaced by dumper.imc). Yes, there are several documentation-related updates that need doing; I'm trying to get the code back up to a fully functional state and then will tackle the docs again. Thanks, Pm