C pretty printers/beautifiers

Jonathan I. Kamens jik at athena.mit.edu
Thu May 3 02:51:05 AEST 1990


In article <20526 at boulder.Colorado.EDU>, baileyc at boulder.Colorado.EDU (BAILEY 
CHRISTOPHER R) writes:
|> I am looking for a C beautifier/pretty printer.  I would like a public
|> domain one, that can be attained via anonymous ftp if possible.  I
|> would like one for both BSD style unix (DYNIX and ULTRIX), and for my
|> IBM XT clone.  Thanks!

  The following C pretty printers are available for anonymous ftp from
uunet.uu.net in the /ftp/comp.sources.unix directory and subdirectories:

	volume 17: pps
	volume 18: indent

Pps does several other languages besides C, is easily expandable to new
languages, and outputs PostScript.  Indent does only C, and simply
reindents the file and outputs a newly formatted text file.

  There is also a version of indent in the directory
/ftp/bsd-sources/src/ucb/indent.  It is possible that this version is
more up-to-date than the version in the comp.sources.unix archives.

Jonathan Kamens			              USnail:
MIT Project Athena				11 Ashford Terrace
jik at Athena.MIT.EDU				Allston, MA  02134
Office: 617-253-8495			      Home: 617-782-0710



More information about the Comp.unix.questions mailing list