home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / program / pascal / MPRINFIL.ZIP / UPDATE.TXT < prev   
Encoding:
Text File  |  1990-06-06  |  2.2 KB  |  55 lines

  1.                       UPDATE INFORMATION FORM
  2.  
  3.              Turbo Pascal Modulating Printing Utility
  4.  
  5. Program Description:
  6. TPMPU prints Turbo Pascal source code files in an easy to read formatted
  7. outline. After printing some file statistics, TPMPU utilizes the printing
  8. capabilities of common dot matrix printers to enhance the readability of
  9. source code. Procedure and function names are emphasized and underlined
  10. with index numbers are printed on the right side of the page. Global
  11. variables are double-struck and local variables are italicized. A tally
  12. count is printed of "begin-ends". When processing pascal units, the user
  13. has the option of emphasizing all procedures and functions or only
  14. external ones.
  15. After printing the source code, TPMPU prints a listing of procedures and
  16. functions with their indices. User can elect to create a source code file
  17. stripped of one or both comment types allowed in Turbo Pascal.
  18.  
  19. Users:
  20. Turbo Pascal programmers.
  21.  
  22. Improvements:
  23. Allows printing of pascal units in two different ways. TPMPU runs easier
  24. if source code has too many procedures/functions to tally.
  25.  
  26. Unique features:
  27. Makes maximum use of inexpensive printers to enhance readability of code.
  28. This utility "falls between the cracks" and is not commercially produced.
  29.  
  30. Program's Capacity:
  31. TPMPU will tally 20 procedures and functions. Registered version has space
  32. for 60.
  33.  
  34. Hardware Requirements:
  35. A dot matix printer.
  36.  
  37. Program starts by simply typing filename, user is prompted for required
  38. information.
  39.  
  40. Registration fee is $15 (+$1 for shipping).
  41.  
  42. With registration the buyer gets information and examples to construct
  43. printer control files to customize how TPMPU will print source code. In
  44. addition, the registered version enables the user to print out only the
  45. procedure and function table without the complete source code.
  46.  
  47. Program Files:
  48.    FILENAME                     DESCRIPTION
  49. PRINTPAS.EXE          Printing modulating filter for turbo pascal.
  50. PRINTPAS.DOC          Documentation for printing filter.
  51. NONSENSE.PAS          A "nonsense" program in pascal with comments
  52.                       to illustrate operation of the printing filter.
  53. README                Introduction to files and program.
  54.  
  55.