1BGLPP(1) General Commands Manual BGLPP(1)
2
3
4
6 bglpp - a Scheme Pretty Printer
7
8
10 bglpp [ options ] sourcefile
11
12
14 bglpp reads sourcefile one at a time and pretty print them. Normally
15 bglpp output its result on the standard output device.
16
17
19 -o <file> Output files to file.
20
21
22 -comment Don't output any Scheme comments.
23
24
25 -upper Translate identifiers to upper case.
26
27
28 -lower Translate identifiers to lower case.
29
30
31 -w<width> Set output device column width.
32
33
35 To pretty print the file ``foo.scm'' translating identifier to
36 lower case, for an output device with 50 columns:
37
38 ``bglpp foo.scm -w50 -lower''.
39
40
42 bigloo(1), indent(1), cb(1)
43
44
46 Manuel SERRANO, Manuel.Serrano@inria.fr
47
48
49
50
51
52 Aug 15 1998 BGLPP(1)