home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL38.ARJ / VOL3827 < prev    next >
Text File  |  1992-01-07  |  3KB  |  60 lines

  1.  
  2.  
  3. P r o g r a m m a T h e e k volume 3827
  4.  
  5. gelijk aan PC/SIG no. 827
  6.  
  7. Titel: T-REF: TPascal lister & Xref
  8.  
  9. Number  Name            Size    Date    Comments
  10.         CATALOG  827     1424   4-03-89 This List.
  11. 3827.01 GO       BAT       38  28-09-87 Type GO.TXT
  12. 3827.02 GO       TXT      617  28-09-87 How to print doc and  run program.
  13. 3827.03 PRINTDOC COM    11757  20-09-87 Print document  program.
  14. 3827.04 PRINTDOC PAS      397  20-09-87 Source for print  documentation.
  15. 3827.05 PRINTDOC LIB      435  20-09-87 Source for print  documentation.
  16. 3827.06 README   NOW     2560  20-09-87 Important info on  running T-REF.
  17. 3827.07 T-REF    COM    31313  20-09-87 The referencing  program.
  18. 3827.08 T-REF    UPD     8089  20-09-87 Text file describing  updates.
  19. 3827.09 T-REF    FRM     2928  20-09-87 Questionnaire form.
  20. 3827.10 T-REF    DRV     3054  20-09-87 Chain file for  T-REF.
  21. 3827.11 T-REF    DB      5342  20-09-87 Database file.
  22. 3827.12 T-REFAPX DOC    14937  20-09-87 Documentation  Appendix file.
  23. 3827.13 T-REFCH1 DOC    13319  20-09-87 Chapter 1 of the  documentation
  24. 3827.14 T-REFCH2 DOC    13068  20-09-87 Chapter 2 of the  documentation
  25. 3827.15 T-REFCH3 DOC    16301  20-09-87 Chapter 3 of the  documentation
  26. 3827.16 T-REFCH4 DOC     4450  20-09-87 Chapter 4 of the  documentation
  27. 3827.17 T-REFCH5 DOC     5057  20-09-87 Chapter 5 of the  documentation
  28. 3827.18 T-REFCH6 DOC    11964  20-09-87 Chapter 6 of the  documentation
  29. 3827.19 T-REFDRV 001    46848  20-09-87 Overlay file for  T-REF.DRV
  30. 3827.20 T-REFDRV 000    40448  20-09-87 Overlay file for  T-REF.DRV
  31. 3827.21 T-REFHDR DOC     7243  20-09-87 Header part of the  documentation.
  32.         VOL3827  ABS     1585   4-03-89 Volume Abstract.
  33.                23 File(s)    108544 bytes free on volume  VOL3827
  34.  
  35. T-REF version 1.02, a Turbo Pascal Programming Utility
  36.  
  37. T-REF is a lister/cross-referencing program in Turbo Pascal.  Features
  38. include:
  39. full-screen driver with switch-selectable options;  context-sensitive help
  40. windows to speed the learning  process; output directable to file or printer;
  41. reform words  in the lister along with line numbers, lexical and  block-level
  42. numbering; cross-reference selectable by object  type and usage; error
  43. analysis; procedural table of  contents; and much, much more.
  44.  
  45. T-Ref is actually two programs combined into a single  package. First, it is a
  46. Source Lister for Borland's Turbo  Pascal programs (versions 2.0 or 3.0).
  47. Of course, T-Ref's sophistication for listing the source  files is far beyond
  48. just printing the source code. For  example, along with the source listing,
  49. you can specify a  line-by-line print-out of the lexical levels and the block 
  50. levels, the active procedure or function of that line, and  the line numbers
  51. along with the listing.
  52. The second part of T-Ref is the Cross Reference List, which  was specifically
  53. designed to cross reference Borland's Turbo  Pascal programs. It will give a
  54. complete cross reference of  all identifiers declared within a program or a
  55. partial  listing (on requested basic types). The listing gives each  identi-
  56. fier's name, its type, the code line declared on, all  lines referencing the
  57. names, and the scope (the procedure or  function name and level in which the
  58. identifier was declared  within).
  59. T-Ref has to be used only on programs that have been  successfully compiled
  60. first by Turbo Pascal.