home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / PASCAL / EPB13.ZIP / EPB13.MSG < prev   
Encoding:
Text File  |  1990-07-13  |  658 b   |  14 lines

  1. Newsgroups: comp.binaries.ibm.pc
  2. Subject: v07i021: epb, Ed's Pascal beautifier
  3. Summary: One person's idea of Pascal style
  4. Date: 16 Jul 90 05:05:35 GMT
  5. Submitted-by: edlee@chinet.chi.il.us (Edward Lee)
  6.  
  7. EPB stands for Ed's Pascal Beautifier, which is a fast O(n) Pascal
  8. beautifier written in Turbo Pascal v4.0.  Currently, it capitalizes
  9. keywords such as WRITELN, READLN, GETINTVEC, etc., pads tokens with
  10. spaces (e.g. "x:=3.0;" vs. "x := 3.0;"), and optionally filters
  11. comments.  This program can accept input from STDIN or a file
  12. specified on the DOS command line, and it can send its output to
  13. STDOUT or a file specified on the command line.
  14.