[Mono-list] Deveel Regex 1.0

Antonello Provenzano antonello at deveel.com
Tue Dec 19 04:09:44 EST 2006


Andrés,

> Hello. This seems to be very interesting.

Thanks... :)

> Just a simple suggestion: add another kind of syntax, a readable and
> statically typed syntax:
> http://flimflan.com/blog/ReadableRegularExpressions.aspx

Although I find it interesting as project (the decomposition in atomic
classes of a regular expression is similar to what I've done for SQL
syntax in Minosse's parser), it is far from the implementation adopted
by Wes Biggs first and me after him: it would change the whole project
architecture.
ReadableRegex, I want to remark, is very interesting, but not
compatible with Deveel Regex.

Cheers.
Antonello


On 12/19/06, "Andrés G. Aragoneses [ knocte ]" <knocte at gmail.com> wrote:
> Antonello Provenzano escribió:
> > Dear Mono Folks,
> >
> > I just released the version 1.0 of Deveel Regex, a library for
> > compiling and manage regular expressions strings, under the LGPL
> > license.
> > It has been inspired by GNU Regex project by Wes Biggs either if you
> > will find many differences from the original one, due to the different
> > environments they were built on.
> > It's major additional features to the System.Text.RegularExpressions
> > built in regex processor of the Mono framework are the following:
> >
> > * Speeding up the performances for the compilation and iteration
> > through multiple matches
> > * Multiple syntaxes supported, from POSIX to Perl4, Perl5, etc.
> >
> > You can find it at the address: http://sourceforge.net/projects/deveel-regex
> >
> > I hope you will find it useful.
>
> Hello. This seems to be very interesting.
>
> Just a simple suggestion: add another kind of syntax, a readable and
> statically typed syntax:
> http://flimflan.com/blog/ReadableRegularExpressions.aspx
>
> Regards,
>
>         Andrés  [ knocte ]
>
> --
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list