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

Re: Some tasks for the interested

2004-06-27 Thread Jonathan Worthington
"Leopold Toetsch" <[EMAIL PROTECTED]> wrote: > 1) Python has a complex builtin class. So we'll need one too. > * Create a complex PMC. > * Parse complex constants '4j' j? I've always used i as the imaginary unit, though I believe j is used more in engineering fields ('cus they use i for cu

CU in Germany

2004-06-27 Thread Leopold Toetsch
I'll be near Stuttgart (Germany) on the German Perl Workshop http://www.perl-workshop.de on Tuesday. leo

Some tasks for the interested

2004-06-27 Thread Leopold Toetsch
1) Python has a complex builtin class. So we'll need one too. * Create a complex PMC. * Parse complex constants '4j' * Put these constants into the PBC? 2) We need a *array.sort (NCI) method(s) That's kind of a PITA: The fixed/resizable array PMCs don't have push/pop/unshift/shift ..