[plt-scheme] Olin's SRE notation for PLT?

From: Michael Sperber [Mr. Preprocessor] (sperber at informatik.uni-tuebingen.de)
Date: Wed Nov 27 03:22:48 EST 2002

>>>>> "Jim" == Benderjg2  <Benderjg2 at aol.com> writes:

Jim> Has anyone either ported the scsh regular expression stuff (including the SRE 
Jim> notation) to PLT, or implemented the SRE notation (alone) on top of the 
Jim> pregexp library?

No.  There are the beginnings of a long-term effort to make scsh more
portable as a library.  The implementation of SRE in scsh is currently
a f****ng nightmare, so a re-implementation is also very much in
order.  (IMHO, the design also has significant weaknesses; I much
prefer the bindings Richard Kelsey did for Scheme 48, which are also
*much* easier to implement.)

Jim> I am considering doing the second, but don't want to "roll my own" version if 
Jim> one exists already. What I have in mind is a macro to translate the SRE 
Jim> notation into the s-pregexps of Dorai S.'s library.

Jim> (A secondary request- if anyone is particularly interested in having such a 
Jim> thing, please send me a note off list.)

I am totally interested in such a thing :-)

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla


Posted on the users mailing list.