CHANGECASE AND UNCOMMENT

These small utilities are aids in reformatting BCX source code. Changecase.exe converts the case of keywords in a BCX source file while avoiding comments, quoted strings and in-line C code. "UPPER CASE", "Mixed Case" and "lower case" keywords are supported.

Uncomment.exe is a simple program that I wrote to convert multi-line comments into individual line comments using the single quote character. Many code editors have a hard time formatting multi-line comments correctly, and they are easier to read with single line comments.

Download Source:

changecase.zip