The Beautifier is a program that reformats Component Pascal (Oberon-2) Source-Code.
It features:
Automatic indentation (insert/delete tabs, change blanks to tabs)
Remove superfluous semicolons
Insert missing spaces before and after operators
Exported Names puts into bold font
EXIT, HALT and RETURN statement puts into bold font
Coloring Comments
Reorder the IMPORT list into alphabetical order
The Beautifier follows the style guidelines of the BlackBox Programming Conventions.