On Sat, 24 Nov 2012 23:42:02 +0100, James Turner <ja...@calminferno.net> wrote:

What about just using regex(3)? It's included with BSD and quite
possibly Linux distributions, but I have no way of checking.

No idea how good the library is, but it might cut down on dependencies?


would intgration of the lua library

http://www.lua.org/

be a silly idea? it's under MIT licence, has very small footprint (quite probable smaller than a full fledged regex lib), and has a quite powerful pattern matching facility (somewhat different syntax than regex, but so what?) which can do everything that regex can (except alterations). who knows: it could even be useful as a configuration/scripting language of sorts If need be.

just an idea.


--
Using Opera's revolutionary email client: http://www.opera.com/mail/
_______________________________________________
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