[m-dev.] Regular expression library
Ralph Becket
rbeck at microsoft.com
Wed May 30 20:24:24 AEST 2001
I've been thinking about contributing a regular expression
library I knocked up that uses lex. It's pretty efficient
and handles about 90% of the standard stuff you find in egrep
expressions - it doesn't handle weirder things like \b, \< and
\>, however.
The alternative would be to knock up a binding to the
POSIX regexp library.
Any preferences either way?
- Ralph
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list