Perl6-regex on Perl5-regex
Following with KindaPerl6 development, and inspired by Yves Orton (demerphq++) Perl 5.10 Advanced Regular Expressions, I started working on an implementation of Perl6 regex on Perl5 regex.
After some experimentation, I ended up with a prototype program that works in Perl 5.8.
The algorithm is now being implemented as an alternate KindaPerl6 backend. It can compile some complex patterns already. The command line for the perl5rx backend looks like:
$ perl kp6-perl5.pl --perl5rx < examples/token-test.pl | perl -I lib5regex -I lib
The program output is a dump of the resulting Match object.
- Flavio S. Glock (fglock)


What about the Haskell Pugs? Is it dead?
Posted by: | 2007.07.13 at 02:57 AM
Now I see. Audrey still ill, eh? Take your time and get well soon then!
Posted by: | 2007.07.13 at 03:07 AM
The prototype program link gives a 404 now. Has it been moved somewhere, or is it gone forever?
Posted by: Mark | 2007.12.03 at 03:22 AM