[comp.archives] [comp.sys.mac.programmer] Re: PD C Code for Parsing Regular Expressions

samalone@athena.mit.edu (Stuart A. Malone) (08/02/90)

Archive-name: gnu-regexp/01-Aug-90
Original-posting-by: samalone@athena.mit.edu (Stuart A. Malone)
Original-subject: Re: PD C Code for Parsing Regular Expressions
Archive-site: prep.ai.mit.edu [18.71.0.38]
Archive-directory: /u2/emacs
Reposted-by: emv@math.lsa.umich.edu (Edward Vielmetti)

In article <b.2FDENH@bse.com> eberard@bse.com writes:
>I am looking for public domain C code which parses regular expressions
>(e.g., as in ed, ex, vi, sed, awk, and grep). It would be best if this
>code was compatible with MPW C, but I'll take anything.

The Free Software Foundation distributes free (but NOT public domain) regular
expression code that they use in their programs.  On the Internet, you can FTP
to prep.ai.mit.edu and look in the directory /u2/emacs for the latest version
of grep-*.tar.Z.  Read the file COPYING first, because the FSF requires that
programmers who incorporate FSF code into their own projects must give away
their own source code for free, as well.  If you can't live with this
restriction, then you'll have to look elsewhere.

				--Stuart A. Malone
				samalone@athena.mit.edu