home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega Top 1
/
os2_top1.zip
/
os2_top1
/
DOS_GG
/
COMCAT
/
VOL38.ARJ
/
VOL3827
< prev
next >
Wrap
Text File
|
1992-01-07
|
3KB
|
60 lines
P r o g r a m m a T h e e k volume 3827
gelijk aan PC/SIG no. 827
Titel: T-REF: TPascal lister & Xref
Number Name Size Date Comments
CATALOG 827 1424 4-03-89 This List.
3827.01 GO BAT 38 28-09-87 Type GO.TXT
3827.02 GO TXT 617 28-09-87 How to print doc and run program.
3827.03 PRINTDOC COM 11757 20-09-87 Print document program.
3827.04 PRINTDOC PAS 397 20-09-87 Source for print documentation.
3827.05 PRINTDOC LIB 435 20-09-87 Source for print documentation.
3827.06 README NOW 2560 20-09-87 Important info on running T-REF.
3827.07 T-REF COM 31313 20-09-87 The referencing program.
3827.08 T-REF UPD 8089 20-09-87 Text file describing updates.
3827.09 T-REF FRM 2928 20-09-87 Questionnaire form.
3827.10 T-REF DRV 3054 20-09-87 Chain file for T-REF.
3827.11 T-REF DB 5342 20-09-87 Database file.
3827.12 T-REFAPX DOC 14937 20-09-87 Documentation Appendix file.
3827.13 T-REFCH1 DOC 13319 20-09-87 Chapter 1 of the documentation
3827.14 T-REFCH2 DOC 13068 20-09-87 Chapter 2 of the documentation
3827.15 T-REFCH3 DOC 16301 20-09-87 Chapter 3 of the documentation
3827.16 T-REFCH4 DOC 4450 20-09-87 Chapter 4 of the documentation
3827.17 T-REFCH5 DOC 5057 20-09-87 Chapter 5 of the documentation
3827.18 T-REFCH6 DOC 11964 20-09-87 Chapter 6 of the documentation
3827.19 T-REFDRV 001 46848 20-09-87 Overlay file for T-REF.DRV
3827.20 T-REFDRV 000 40448 20-09-87 Overlay file for T-REF.DRV
3827.21 T-REFHDR DOC 7243 20-09-87 Header part of the documentation.
VOL3827 ABS 1585 4-03-89 Volume Abstract.
23 File(s) 108544 bytes free on volume VOL3827
T-REF version 1.02, a Turbo Pascal Programming Utility
T-REF is a lister/cross-referencing program in Turbo Pascal. Features
include:
full-screen driver with switch-selectable options; context-sensitive help
windows to speed the learning process; output directable to file or printer;
reform words in the lister along with line numbers, lexical and block-level
numbering; cross-reference selectable by object type and usage; error
analysis; procedural table of contents; and much, much more.
T-Ref is actually two programs combined into a single package. First, it is a
Source Lister for Borland's Turbo Pascal programs (versions 2.0 or 3.0).
Of course, T-Ref's sophistication for listing the source files is far beyond
just printing the source code. For example, along with the source listing,
you can specify a line-by-line print-out of the lexical levels and the block
levels, the active procedure or function of that line, and the line numbers
along with the listing.
The second part of T-Ref is the Cross Reference List, which was specifically
designed to cross reference Borland's Turbo Pascal programs. It will give a
complete cross reference of all identifiers declared within a program or a
partial listing (on requested basic types). The listing gives each identi-
fier's name, its type, the code line declared on, all lines referencing the
names, and the scope (the procedure or function name and level in which the
identifier was declared within).
T-Ref has to be used only on programs that have been successfully compiled
first by Turbo Pascal.