From: Jesse G. <je...@wi...> - 2004-09-10 15:03:11
|
skaller wrote: > I'm playing with my regexp package and I'd like > to discuss architecture. [...] > The goal is a simple, powerful, in Caml regular matching > facility, written entirely in Ocaml, and obsoleting Str, PCRE, > and Ocamllex. > > Any comments appreciated. 1.) I DEFINATELY think O'Caml needs a 100% pure O'Caml regex module. I've wished for this a number of times myself, and if we got it then we could remove the dependency on PCRE for things like Dbi's postgresql driver. 2.) I know next to nothing about regex implementations. I am simply a user. 3.) Do you have some code we can play with? I'd be able to comment on the interface if I could compile something... -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN 37320-2605 423-559-LINK (v) 423-559-5145 (f) http://www.wingnet.net |