|
php/ada/PHP scripts for Ada source formatting. ado.phpCall ado.php from the command line to create .ads and .adb from an .ado file that contains a shortcut description of an Ada object. Already saved hours of typing. indent.phpCall indent.php from the command line to automatically format Ada source code according to the Ada source code formatting standards for project Roemer. It uses the same parser as the online formatting suite. The remaining PHP files are run from within the web server. pretty.phpProduces a pretty printed HTML version of Ada source code. package.phpProduces HTML documentation for an Ada source code package. parser.phpParse an Ada source file for source code formatting and pretty printing. heads.phpCopy function and procedure documentation from .ads to .adb files. |