SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
DONATE


YUM REPOSITORY

 
 

MAN page from OpenSuSE fpc-3.2.2-bp154.2.37.x86_64.rpm

ptop

Section: ptop source beautifier (1)
Updated: 30 may 1999
Index 

NAME

ptop - The FPC Pascal configurable source beautifier.

Origin probably Pascal-TO-Pascal.

 

SYNOPSIS

ptop[-v][-iindent][-bbufsize][-coptsfile]<infile><outfile>

 

Description

ptopis a more or less configurable source beautifierfor pascal sources, and specially the ones supported by FPC (which are more or less Turbo Pascal or Delphi 2.0 compatible).

ptop belongs to the FPC utilspackage, which currently also contains ppdep, h2pas, ppudumpand ppumove.

 

Usage

ptop basically reformats "infile" and outputs the result to "outfile". ituses a configuration file explained further below, and can generate a defaultconfigurationfile for you to edit. (not needed if you use the defaults)

 

Options

-h
Writes a short description of these switches.
-c
read options from configuration file. A configuration file is not needed, ptopwill revert to internal defaults then. See also -g
-i ident
Sets the number of indent spaces used for BEGIN END; and other blocks.
-b bufsize
Sets the buffersize to bufsize. Default 255, 0 is considered non-valid and ignored.
-v
be verbose. Currently only outputs the number of lines read/written and some error messages.
-g ptop.cfg
Writes a default configuration file to be edited to the file ptop.cfg

Try to play with ptop and its configfile until you find the effect you desire. Theconfigurability and possibilities of ptop are quite large compared to sharewaresource beautifier found on e.g. SIMTEL.

 

Acknowledgements

The writer of the program, Michael van Canneyt, who also helped out explainingthe format of ptop.cfg.

Questions/corrections can be mailed to fpc-develAATTvekoll.saturnus.vein.hu

Also thanks to the rest of the FPC development team.

The program is a modernized (OOP, Streams, Delphi extensions) version based on aprogram by Peter Grogono, who in turn based his program on a Pascal pretty-printer written by Ledgard,Hueras, and Singer. See SIGPLAN Notices, Vol. 12, No. 7, July 1977,pages 101-105, and PP.DOC/HLP.ThisversionofPPdevelopedunderPascal/ZV4.0orlater.Very minor modifications for Turbo Pascal made by Willett KemptonMarch 1984 and Oct 84. Runs under 8-bit Turbo or 16-bit Turbo.Toad Hall tweak, rewrite for TP 5, 28 Nov 89

 

SEE ALSO

ptop config file
ptop.cfg(5)
Compiler
ppc386(1)
Other FPC utils
ppdep(1)ppudump(1)ppumove(1)h2pas(1)


 

Index

NAME
SYNOPSIS
Description
Usage
Options
Acknowledgements
SEE ALSO

This document was created byman2html,using the manual pages.