On Mon, Aug 12, 2002 at 12:37:09AM -0700, Sean O'Rourke wrote:
> What Dan says. If you're interested, there are at least three options:
>
> - a fairly well-developed compiler for perl 5 regexes (languages/regex).
>
> - a less well-developed compiler built into the prototype Perl 6 compiler
>
What Dan says. If you're interested, there are at least three options:
- a fairly well-developed compiler for perl 5 regexes (languages/regex).
- a less well-developed compiler built into the prototype Perl 6 compiler
(languages/perl6)
- a set of regex ops in rx.ops, suitable for starting yo