home *** CD-ROM | disk | FTP | other *** search
- ASPRETTY.COM Version 1.0 William Meyer 23 Dec 82
-
- Documentation:
-
- This program makes a file into my notion of pretty.
-
- Specifically, this is written to operate on assembly source files, and
- to force all source code to upper case, and all comments to lower case,
- regardless of how they began.
-
- The one exception is that quoted strings outside of comments are left
- unchanged. The quotes may be single or double. No checking is done for
- balance. End of line terminates a comment, and end of line or start of
- comment terminates single or double quote. A single quote string embedded
- in a double quote string will work properly, but a single within a single,
- or a double within a double will not, as there is no way for ASPRETTY to
- recognize the nesting.