Re: Perl 6 regex parser

2004-06-30 Thread Steve Fink
On Jun-27, Jeff 'japhy' Pinyan wrote: On Jun 27, Steve Fink said: On Jun-26, Jeff 'japhy' Pinyan wrote: I am currently completing work on an extensible regex-specific parsing module, Regexp::Parser. It should appear on CPAN by early July (hopefully under my *new* CPAN ID JAPHY).

Re: Perl 6 regex parser

2004-06-30 Thread Jeff 'japhy' Pinyan
for matching variable names, then that's not a problem. I assume my first version of the Perl 6 regex parser will only match simple variables, like $foo and @bar and %blat. Baby steps. -- Jeff japhy Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http

Regexp::Parser v0.01 -- Re: Perl 6 regex parser

2004-06-29 Thread Jeff 'japhy' Pinyan
I've just completed the first version of the module. PAUSe seems to be down, so right now its only accessible from http://japhy.perlmonk.org/modules/ Once I fine-tune it, I'll get to work on Regexp::Perl6 (or whatever). -- Jeff japhy Pinyan [EMAIL PROTECTED]

Re: Perl 6 regex parser

2004-06-27 Thread Luke Palmer
Jeff 'japhy' Pinyan writes: I am currently completing work on an extensible regex-specific parsing module, Regexp::Parser. It should appear on CPAN by early July (hopefully under my *new* CPAN ID JAPHY). Once it is completed, I will be starting work on writing a subclass that matches Perl

Re: Perl 6 regex parser

2004-06-27 Thread Steve Fink
On Jun-26, Jeff 'japhy' Pinyan wrote: I am currently completing work on an extensible regex-specific parsing module, Regexp::Parser. It should appear on CPAN by early July (hopefully under my *new* CPAN ID JAPHY). Once it is completed, I will be starting work on writing a subclass that

Re: Perl 6 regex parser

2004-06-27 Thread Jeff 'japhy' Pinyan
On Jun 27, Steve Fink said: On Jun-26, Jeff 'japhy' Pinyan wrote: I am currently completing work on an extensible regex-specific parsing module, Regexp::Parser. It should appear on CPAN by early July (hopefully under my *new* CPAN ID JAPHY). Once it is completed, I will be starting work on

Perl 6 regex parser

2004-06-26 Thread Jeff 'japhy' Pinyan
I am currently completing work on an extensible regex-specific parsing module, Regexp::Parser. It should appear on CPAN by early July (hopefully under my *new* CPAN ID JAPHY). Once it is completed, I will be starting work on writing a subclass that matches Perl 6 regexes, Regexp::Perl6 (or