Hi!
On Sat, 01 Jul 2006 15:57:26 +0200, Frédéric Jolliton <cl-ppcre-devel(a)frederic.jolliton.com> wrote:
> The first patch add a (?.<name>) syntax, where <name> designate a
> keyword, and is case sensitive. The ?. was chosen to match the idea
> of the #. reader macro. It includes the synonym parse tree from the
> corresponding keyword while the regex is parsed.
Thanks for this patch, but as you wrote in your email, I think this
one is a little bit too hackish. It also breaks compatibility with
Perl syntax.
> The second patch add the (:REGEX <regex>) construct to use regex
> string into parse tree. It's the opposite idea of the former patch.
And thanks for this one as well. I've made a new release (1.2.15)
which incorporates your changes.
Cheers,
Edi.