This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: make-regexp



It's probably possible to support multiple regexp dialects simply by
transforming the regexp string before passing it to make-regexp. It
would probably be useful to support both the emacs and the perl
dialects in addition to the Posix standard.

 - Maciej Stachowiak