This directory contains the source code for a simple Eiffel pretty-printer. To compile this example: 1. Use your favorite Eiffel compiler to compile the Eiffel system using the provided Ace, Xace or ECF file (e.g. .ecf). Alternatively you can use 'geant' to launch the compilation: geant compile_ where is either 'ise' or 'ge'. 2. Run the program using: pretty_printer where is a file containing an Eiffel class text. Note that can be the same file as , however it is recommended to make a backup of the file to be converted in this case. -- Copyright (c) 2008, Eric Bezault and others