Rechercher une page de manuel
bglpp
Langue: en
Version: 372615 (fedora - 01/12/10)
Section: 1 (Commandes utilisateur)
NAME
bglpp - a Scheme Pretty PrinterSYNOPSIS
bglpp [ options ] sourcefileDESCRIPTION
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.frContenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre