home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / print / adafmt.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.5 KB  |  72 lines

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : Ada Pretty Printing Program
  5. -- Version      : 1.1
  6. -- Author       : Marlow Henne (AF Armament Lab) and Larry Neal (Gen Res Corp)
  7. --              : Air Force Armament Lab (DLMM)
  8. --              : -and-
  9. --              : General Research Corp, Ft Walton Beach, FL
  10. --              : Submitted and Modified by Richard Conn (RCONN at SIMTEL20)
  11. -- DDN Address  : 
  12. -- Copyright    :
  13. -- Date created :  2 July 85
  14. -- Release date :  2 July 85
  15. -- Last update  :  2 July 85
  16. -- Machine/System Compiled/Run on : DEC VAX 11/785, DEC Pascal
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords     :  Ada Pretty Printer, Pretty Printer, Pascal
  21. ----------------:
  22. --
  23. -- Abstract     :  
  24. ----------------:  This program takes as input an Ada program and
  25. -- reformats the program according to a standard set of pretty printing
  26. -- rules.  No effort is made to detect or correct syntactic errors.
  27. -- See the comments at the front of the program for credits, revision
  28. -- history, and details on the pretty printing rules and operation.
  29. --
  30. --    ADAFMT is the original program, extracted from NOSC-TECR with
  31. -- permission of Col Bill Whitaker.  ADAFMT1 is a modified version
  32. -- which contains one minor problem:  "package ... is new" constructs
  33. -- cause the indentation level to increase.  Provided files include
  34. -- a short documentation file (ADAFMT.DOC) and command files (ADAFMT.COM
  35. -- and ADAFMT1.COM).
  36. --
  37. --                                                           -*
  38. ------------------ Revision history ---------------------------
  39. --                                                           -*
  40. -- DATE         VERSION    AUTHOR                  HISTORY
  41. -- 19850702    1.1    Marlow Henne        Initial release to repository
  42. --                                                           -*
  43. ------------------ Distribution and Copyright -----------------
  44. --                                                           -*
  45. -- This prologue must be included in all copies of this software.
  46. --
  47. -- This software is released to the Ada community.
  48. -- This software is released to the Public Domain (note:
  49. --   software released to the Public Domain is not subject
  50. --   to copyright protection).
  51. -- Restrictions on use or distribution:  NONE
  52. --                                                           -*
  53. ------------------ Disclaimer ---------------------------------
  54. --                                                           -*
  55. -- This software and its documentation are provided "AS IS" and
  56. -- without any expressed or implied warranties whatsoever.
  57. -- No warranties as to performance, merchantability, or fitness
  58. -- for a particular purpose exist.
  59. --
  60. -- Because of the diversity of conditions and hardware under
  61. -- which this software may be used, no warranty of fitness for
  62. -- a particular purpose is offered.  The user is advised to
  63. -- test the software thoroughly before relying on it.  The user
  64. -- must assume the entire risk and liability of using this
  65. -- software.
  66. --
  67. -- In no event shall any person or organization of people be
  68. -- held responsible for any direct, indirect, consequential
  69. -- or inconsequential damages or lost profits.
  70. --                                                           -*
  71. -------------------END-PROLOGUE--------------------------------
  72.