I've been looking over the rx.ops, and am amazed at how cool it is :)

I'm wondering, however -- was this based on something else?

That is, does there exist some utility which translates regexen into C
(or assembly) code, similar to how we translate regexen into parrot
code?

I've been searching, but all I've seen are tools to compile regexen into
tree-like data structures, and these structures are then interpreted.

I wanna see a *real* regex compiler, which compiles down to C or native
code. :)

-- 
$a=24;split//,240513;s/\B/ => /for@@=qw(ac ab bc ba cb ca
);{push(@b,$a),($a-=6)^=1 for 2..$a/6x--$|;print "[EMAIL PROTECTED]
]\n";((6<=($a-=6))?$a+=$_[$a%6]-$a%6:($a=pop @b))&&redo;}

Reply via email to