Re: Perl 6 regex parser

2004-06-30 Thread Jeff 'japhy' Pinyan
On Jun 30, Steve Fink said: >On Jun-27, Jeff 'japhy' Pinyan wrote: > >> It creates a tree structure, not identical but similar to the array of >> nodes Perl uses internally. > >Ah, good. Then I am interested. When I manage to find some time for >hacking again, I'll graft it onto languages/regex as

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 "JA

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] http://www.pobox.com/

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 start

Re: Perl 6 regex parser

2004-06-27 Thread Jeff 'japhy' Pinyan
On Jun 27, Luke Palmer said: >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

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 tha

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 matche