php/ada/

PHP scripts for Ada source formatting.

ado.php

Call 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.php

Call 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.php

Produces a pretty printed HTML version of Ada source code.

package.php

Produces HTML documentation for an Ada source code package.

parser.php

Parse an Ada source file for source code formatting and pretty printing.

heads.php

Copy function and procedure documentation from .ads to .adb files.