Hi Ovid! On Tuesday 08 Sep 2009 22:46:45 Ovid wrote: > --- On Sun, 6/9/09, Shlomi Fish <shlo...@iglu.org.il> wrote: > > From: Shlomi Fish <shlo...@iglu.org.il> > > > > 2. Parse::RecDescent - very impressive feature set, but a > > little slow, and has > > been under-maintained (though it seemed to have improved > > slightly with several > > new releases in 2009). It also tends to be hard to debug > > its errors. > > Hi Shlomi, > > I didn't see it mentioned yet, but you might want to check out Damian > Conway's new http://search.cpan.org/dist/Regexp-Grammars/ > > It requires 5.10, but it's much faster than Parse::RecDescent and has a > clean syntax very close to Perl 6 rules. It's well documented and hooks > directly into the Perl regex engine, hence its speed. >
Thanks for the recommendation! I've converted the code in the svn to use it. After some bugs I had in my grammar, due to things I didn't understand there, I got all tests to finally pass there. Now, it seems to be working pretty well. So now I can continue to enhance Qantor after a long time of inability to work on it. Regexp-Grammars seems very nifty. Regards, Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ http://www.shlomifish.org/humour/ways_to_do_it.html Chuck Norris read the entire English Wikipedia in 24 hours. Twice.