I have started working on Perl6 regular expressions. Nothing
usable yet but I post the code to get feedback. The code is
attached to the present mail.

Currently, I use perl5 code to parse very simple regexps using
Parse::Yapp and generate imcc code. I have written an
infrastructure to "weave" basic regexp operations written in term
of macros.

I am not using rx.ops opcodes so the generated code should be
jittable.

See C<rx.pod> and C<tests> for more info.

--
 stef

Attachment: r6-0.0.3.tar.gz
Description: Binary data

Reply via email to