home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug027.arc / PP.DOC < prev    next >
Text File  |  1979-12-31  |  896b  |  28 lines

  1.  
  2.  
  3.  PP is a Pascal pretty-printer.  It accepts a Pascal source 
  4.  program (a .PAS file) and produces a .PPP file containing an 
  5.  equivalent program with improved layout.
  6.  
  7.  The idea is that you work with a .PAS file and generate a .PPP
  8.  file only when you want a fancy listing.
  9.  
  10.  Most resevered words are CAPITALIZED and most of the commom Turbo
  11.  words have the first letter in the word Capitalized.
  12.  
  13.  Write your program in lower case with no indetation, then run it 
  14.  though PP and see the effect.
  15.  
  16.  The original program was writen by Peter Grogono and is on SIG/M
  17.  disk No 81.  I have re-compiled it with Turbo 3.0 and added a
  18.  number of extra words.
  19.  
  20.  You need to give the full name of the input file as I have not
  21.  fixed the extention up yet.  You can give an output file name or
  22.  the program will use the same name with a .PPP extention.
  23.  
  24. Have fun    
  25.  
  26.  
  27. Peter Billing
  28. u