Sponsor:

Your company here, and a link to your site. Click to find out more.

bglpp - Man Page

a Scheme Pretty Printer

Synopsis

bglpp [ options ] sourcefile

Description

bglpp reads sourcefile one at a time and pretty print them. Normally bglpp output its result on the standard output device.

Options

-o <file>

Output files to file.

-comment

Don't output any Scheme comments.

-upper

Translate identifiers to upper case.

-lower

Translate identifiers to lower case.

-w<width>

Set output device column width.

Example

To pretty print the file “foo.scm” translating identifier to lower case, for an output device with 50 columns:

“bglpp foo.scm -w50 -lower”.

See Also

bigloo(1), indent(1), cb(1)

Author

Manuel SERRANO, Manuel.Serrano@inria.fr

Referenced By

bglafile(1), bgldepend(1), bgljfile(1), bigloo(1).

Aug 15 1998