This site's content was compiled from 1993 to 2006. Beyond that, Google is your friend.
Unknown
A pretty-printer for Eiffel source code, from the SIG Eiffel/S "public domain" collection.
The program spretty works with "<" and ">" to redirect the input and output.
For example:
spretty < x.e
displays a formatted version of x.e on the display.
To format a class in place, use the batch program pretty, with the file name excluding the ".e" suffix. For example:
pretty x
formats the class X (in file x.e). The original file is copied to x.bak.