Re: Perl 6 regex parser

2004-06-30 Thread Jeff 'japhy' Pinyan
;s properly balanced. >And will you be supporting things like Perl6's > > / $x := (a*b) / > >where '$x' is a language-dependent variable name syntax? If I have a means for matching variable names, then that's not a problem. I assume my first version of the

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

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 Perl