home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / misc / countada.cmm < prev    next >
Encoding:
Text File  |  1988-05-03  |  1.2 KB  |  34 lines

  1.      
  2.      
  3.                      Comments on Porting
  4.                   CAS Ada Statement Counter
  5.                          by WIS JPMO
  6.                          to DEC Ada
  7.      
  8.                                                                Tool 32
  9.                                                                August 12, 1985
  10.      
  11. COMPILATION
  12. -----------
  13.   The source code and  documentation were contained in the file
  14.   CAS.SRC.
  15.      
  16.   We were able to recompile the CAS Ada Statement Counter with only
  17.   one change.  After instantiation of the package INIT_IO, the "use" 
  18.   statement specified INTEGER_IO, not INIT_IO, so line 4 in CAS.SRC 
  19.   was changed to read "use INIT_IO;".  No other changes were required 
  20.   in the source code for successful compilation.
  21.      
  22.  
  23.  
  24.      
  25. EXECUTION
  26. ---------
  27.   The CAS Ada Statment Counter linked without difficulties using the
  28.   VAX Linker and we were able to execute the CAS Ada Statment Counter. 
  29.   It appeared to be in workable condition.  The Statement Counter was 
  30.   tested on several files and accurately counted the Ada Statements in 
  31.   each file.  No problems were encountered during the execution of the 
  32.   CAS Ada Statement Counter.
  33.  
  34.