[comp.lang.lisp] regexp matching code FOUND!

sboisen@bbn.com (Sean Boisen) (01/25/91)

I recently solicited pointers to code for regexp matching against
lists: i received several helpful replies, the most helpful of which
was a package written by Mark Kantrowitz of CMU that is quite general.
You can obtain matcher.lisp by anonymous ftp from a.gp.cs.cmu.edu
(128.2.242.7) in the directory /usr/mkant/Public/ (you must cd to this
directory in one fell swoop, as you do not have access to intermediate
directories). Mark's email address is mkant@cs.cmu.edu.

Three cheers for software sharing!

........................................
Sean Boisen -- sboisen@bbn.com
BBN Systems and Technologies, Cambridge MA
--


Sean