home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / turbopas / tlist11.lbr / READ-ME.V11 < prev    next >
Text File  |  1985-11-08  |  2KB  |  26 lines

  1. TLIST.COM => A program lister for TURBO Pascal, v3.00A (Z80, CP/M-80).
  2.  
  3. 5-Nov-85 Addendum: TLIST11, fixed bug in User_ConIn routine in MAIN.PAS.
  4.  
  5. This program lists pascal source files to disk or printer, highlighting all
  6. reserved words, standard identifiers, and dedicated identifiers (different
  7. highlights allowable for each group) by user-changeable upper case
  8. translation, bold print, double-strike, expanded-print, underline, and so on,
  9. as supported by the user's printer.  Alternatively, WordStar highlights can
  10. be installed, output directed to a disk file, and then
  11. WordStar used to print the file (without page formatting in WS) to take
  12. advantage of WordStar printer drivers.  Tabs are expanded, reserved words in
  13. string/comment combinations are left alone, and include files are included.
  14. Command options can be used when TLIST is invoked or supplied interactively;
  15. Console reporting of output status is provided.
  16.  
  17. All highlight options, reserved words, standard identifiers, and dedicated
  18. identifiers, heading, footing, and page formatting are user-changeable by
  19. recompiling TLIST.  TO USE, first extract all members from this library, then
  20. unsqueeze all resulting pascal files, then compile TLIST.PAS to disk with
  21. TURBO.COM, v3.00A (Z80, CP/M-80).  All other files are used as "include" files
  22. during the compilation.  Complete documentation is provided in the source code
  23. and during program execution if TLIST is invoked with no command line.
  24.  
  25. Enjoy!                                  Thomas E. Croley II, 1-Nov-85
  26.