On Sat, Nov 24, 2012 at 5:02 PM, Gilles <gilles.gana...@free.fr> wrote:

> On Sat, 24 Nov 2012 09:21:54 -0500, Richard Hipp
> <d...@sqlite.org> wrote:
> >One big problem here is that the user will doubtless expect to have full
> >Perl regular expressions.  That will mean another compile-time dependency.
> >And maybe also a run-time dependency if a shared library is used (as most
> >distribution packages managers will likely require).  Suddenly, Fossil
> >becomes much less stand-alone and self-contained.
>
> Does someone know of a good LGPL regex library that could easily be
> statically compiled in the Fossil binary?
>

I have a regex library that I've been developing (from scratch) to go into
SQLite for the REGEXP operator.  It will serve.


>
>
> http://en.wikipedia.org/wiki/Comparison_of_regular_expression_engines#Libraries
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to