Comments on Porting CAS Ada Statement Counter by WIS JPMO to DEC Ada Tool 32 August 12, 1985 COMPILATION ----------- The source code and documentation were contained in the file CAS.SRC. We were able to recompile the CAS Ada Statement Counter with only one change. After instantiation of the package INIT_IO, the "use" statement specified INTEGER_IO, not INIT_IO, so line 4 in CAS.SRC was changed to read "use INIT_IO;". No other changes were required in the source code for successful compilation. EXECUTION --------- The CAS Ada Statment Counter linked without difficulties using the VAX Linker and we were able to execute the CAS Ada Statment Counter. It appeared to be in workable condition. The Statement Counter was tested on several files and accurately counted the Ada Statements in each file. No problems were encountered during the execution of the CAS Ada Statement Counter.