Patrick R. Michaud wrote:
Slowly PGE and PGE::Perl6Regex are being updated to work with pdd15oo.

What sort of changes do you end up making? It shouldn't touch anything other than the lines of code creating a new class and instantiating a new object. (And really, it shouldn't even touch creating a new class.) If it's more work than that, it may be something I need to change in the implementation.

Rather than spend the time converting the P6Regex to work with pdd15oo, I think it will be overall less work (and much better in the long run) if we use this as an opportunity to update older grammars to use the new
Perl6Regex syntax and officially deprecate the older P6Regex.

I'd rather not add any more dependencies to releasing the new object model. I'll happily look at the diffs to Perl6Rexex and duplicate the changes in P6Regex.

We can mark P6Regex as deprecated and have languages shift over to Perl6Regex, I just don't want to wait for all those language changes before merging the branch back in.

Allison

Reply via email to