Re: Regexp::Parser v0.02 on CPAN (and Perl 6 regex question)

2004-07-04 Thread Jeff 'japhy' Pinyan
le it. >I'll go download Regexp::Parser now, just so I'm not speculating quite >so much. R::P v0.03 will be available by the middle of the week; some bugs have surfaced and some helpful changes are being made. But for the time being, play with the current version and see what you

Re: Regexp::Parser v0.02 on CPAN (and Perl 6 regex question)

2004-07-04 Thread Jeff 'japhy' Pinyan
is a tree structure and limited (albeit correct) translation to Perl 5. -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http://www.perlmonks.org/ http://www.cpan.org/ CPAN ID: PINYAN[Need a programmer? If you like my wo

Regexp::Parser v0.02 on CPAN (and Perl 6 regex question)

2004-07-01 Thread Jeff 'japhy' Pinyan
ut fail utterly? My understanding is they don't, which is why there's , but I just wanted to be sure of this. Thanks for your time. -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http://www.perlmonks.org/ http://www.cpan.or

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 agai

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

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"). >> &

Perl 6 regex parser

2004-06-26 Thread Jeff 'japhy' Pinyan
:Perl6 (or Perl6::Regexp, or Perl6::Regexp::Parser). I think this might be of some use to the Perl 6 dev crew, but I'm not sure how. -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http://www.perlmonks.org/ http://www.

Re: perl5 regexp optimiser (was Re: [perl #15425] Regex bugfix andspeed-up)

2002-07-24 Thread Jeff 'japhy' Pinyan
can make easier in the 5.9 track. Couldn't I just make S_studychunk return some dummy values? I looked at it, and I'm pretty sure I could do it. -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http://www.perlmonks.org/ h

Re: Parrot Trooper

2002-02-05 Thread Jeff 'japhy' Pinyan
On Feb 5, Melvin Smith said: >I'd like to do a Parrot Trooper t-shirt or something along those >lines. Maybe some of you guys have some cool theme we could >use, but I'd like to do it like an award basis so when someone >did something particularly noteworthy or applaudable (spelling?) >for the ca

RE: parrot rx engine

2002-02-02 Thread Jeff 'japhy' Pinyan
On Jan 31, Hong Zhang said: >> But as you say, case folding is expensive. And with this approach you >> are going to case-fold every string that is matched against an rx >> that has some part of it that is case-insensitive. > >That is correct in general. But regex compiler can be smarter than tha

RE: copy-on-write

2001-12-01 Thread Jeff 'japhy' Pinyan
On Dec 1, Brent Dax said: >First of all, you sent us this already. :^) Well, I sent it before I subscribed (and from a different account entirely) and it hadn't showed up in the archives 12 hours after posting, so I figured it was dixed. ># So what's copy-on-write? Basically, it's the use of

copy-on-write

2001-12-01 Thread Jeff 'japhy' Pinyan
SvSTRLEN(sv_x)) # SvDEPr(sv_x, sv_y)# remove dependent # v_strncpy(SvSTR(sv_x), "tilly", 5) # # SvMAGIC_off(sv_y) # remove magic flag # SvMGc(sv_y) # clear magic And

copy-on-write (sorry if this is a duplicate)

2001-11-30 Thread Jeff 'japhy' Pinyan
I'm writing a simple language to embody the concept of copy-on-write, and so that I can learn how to implement it. The language is called COW and it's at http://japhy.perlmonk.org/COW/ Ben Tilly suggested I contact the Perl6 Internals folk and let you know that this is an important feature th