sed compiler?

Stavros Macrakis <macrakis@osf.org>
Wed, 28 Jul 1993 22:09:06 GMT

          From comp.compilers

Related articles
sed compiler? tonyk@ontos.com (Tony Kanawati) (1993-07-26)
sed compiler? macrakis@osf.org (Stavros Macrakis) (1993-07-28)
| List of all articles for this month |

Newsgroups: comp.compilers
From: Stavros Macrakis <macrakis@osf.org>
Keywords: tools, DFA, comment
Organization: Compilers Central
Date: Wed, 28 Jul 1993 22:09:06 GMT

      A colleague of mine is working on a (very) large sed script that must be
      operated on a wide variety of platforms (SunOS, AIX, HP/UX, OS/2, SCO,
      etc...)


Perhaps it can be translated to Perl. Since Perl is quite portable and
source is available, this may be a good solution. A sed-to-perl
translator comes with the perl distribution. The other possibility would
be to find a version of sed with appropriate licensing conditions (e.g.
none) and distribute that along with the script.


Perl, if you don't know about it, combines the power and elegance (?) of
awk, sed, grep, C, csh and most of the small Unix utilities into one
language. It is available for anonymous FTP from uunet.uu.net
(gnu/perlXXX), jpl-devvax.jppl.nasa.gov (pub/perlXXX), and
tut.csi.ohio-state.edu (perl/XXX), and is distributed under the GNU free
software copyright ("copyleft").


-s
[Another possibility is GNU sed, same copyleft as Perl. -John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.