Re: Experimental regex support

2001-11-02 Thread Angel Faus
> Dan: > Looks like your mailer wordwrapped the program pretty badly. Could you try > again as either a context or unified diff (-c or -u) and attached to mail? > I'm curious to look at it, as I've only partially considered how we'll do > regexes to date. > Oh, sorry. I should stop sending mails

Re: Experimental regex support

2001-11-01 Thread Dan Sugalski
At 07:58 PM 11/1/2001 +0100, Angel Faus wrote: >I am a rather mediocre programmer, and this are the first >lines of code i ever sent to a mailing list, so please be >benevolent with me. :) Looks like your mailer wordwrapped the program pretty badly. Could you try again as either a context or uni

Experimental regex support

2001-11-01 Thread Angel Faus
Hi all, I have developed some adittions that give Parrot a limited amount of support to regular expressions. It all started as a little experiment to find out what the "compile down to low-level ops" thing could mean someday. The patch consists of: * 5 new opcodes: - matchexactly - ma