home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / a / aspretty.lbr / ASPRETTY.DZC / ASPRETTY.DOC
Encoding:
Text File  |  1993-10-26  |  896 b   |  18 lines

  1. ASPRETTY.COM    Version 1.0    William Meyer    23 Dec 82
  2.  
  3. Documentation:
  4.  
  5.     This program makes a file into my notion of pretty.
  6.  
  7.     Specifically, this is written to operate on assembly source files, and
  8. to force all source code to upper case, and all comments to lower case,
  9. regardless of how they began.
  10.  
  11.     The one exception is that quoted strings outside of comments are left
  12. unchanged.  The quotes may be single or double.  No checking is done for
  13. balance.  End of line terminates a comment, and end of line or start of
  14. comment terminates single or double quote.  A single quote string embedded
  15. in a double quote string will work properly, but a single within a single,
  16. or a double within a double will not, as there is no way for ASPRETTY to
  17. recognize the nesting.
  18.