home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / dbase / mims.cmm next >
Encoding:
Text File  |  1988-05-03  |  1.0 KB  |  32 lines

  1.          
  2.  
  3.                     Comments on Porting 
  4.   Packages from the Mobile Information Management System (MIMS)
  5.                 by Strategic Air Command (SAC)
  6.                          to DEC Ada
  7.  
  8.                                                      Tool 23   
  9.                                                      January 30, 1986
  10. COMPILATION
  11. -----------
  12.   We were able to compile the paged source file, MIMS.ADA, after modifying
  13.   the order in which the files had been paged.  No command file was 
  14.   provided, and we chose not to create one because there were only a 
  15.   few packages to compile.
  16.      
  17.  
  18.      
  19. EXECUTION
  20. ---------
  21.   Execution was not attempted because MIMS is a set of procedures to be
  22.   invoked by an applications program and no such program was readily
  23.   available.
  24.      
  25.  
  26. COMMENT
  27. -------
  28.   The paged source file, MIMS.ADA contains three packages, of which
  29.   two are generic.  The names of the two generic files are, BALANCED_TREES and 
  30.   VARIABLE_LISTS and the name of the third package is SOURCE_SCANNER.
  31.  
  32.