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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : style_checker
  5. -- Version      : 1.0
  6. -- Author       : Texas Instruments
  7. --              : Ada Technology Branch
  8. --              : PO Box 801, MS 8007
  9. --              : McKinney, TX  75069
  10. --              : Note: Work done under contract to Naval Oceans Systems
  11. --              :  Center (NOSC)
  12. -- DDN Address  : JFOREMAN at ECLB
  13. -- Copyright    : 
  14. -- Date created :  17 Apr 85    
  15. -- Release date :  17 Apr 85
  16. -- Last update  :  17 Apr 85
  17. -- Machine/System Compiled/Run on : DG MV 10000, ROLM ADE
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     :  Ada style checker, Ada style
  22. ----------------:
  23. --
  24. -- Abstract     :  
  25. --   The style checker will examine an Ada program and try to pick pieces of
  26. -- the program which follow incorrect style conventions.  These conventions
  27. -- themselves will be determined by a file of parameters which can be
  28. -- editted to "tailor" the style to local (or contractual) conventions.
  29. --
  30. --   Both physical and logical style features will be checked for including
  31. -- indentation, use of blank space, names, use of reserved words (such as
  32. -- restricting certain features, i.e. gotos), nesting levels, parameter
  33. -- passing, and comments.
  34. --
  35. --                                                           -*
  36. ------------------ Revision history ---------------------------
  37. --                                                           -*
  38. -- DATE         VERSION    AUTHOR                  HISTORY
  39. -- 4/17/85    1.0    TI Ada Technology Branch    Initial Release
  40. --                                                           -*
  41. ------------------ Distribution and Copyright -----------------
  42. --                                                           -*
  43. -- This prologue must be included in all copies of this software.
  44. --
  45. -- This software is released to the Ada community.
  46. -- This software is released to the Public Domain (note:
  47. --   software released to the Public Domain is not subject
  48. --   to copyright protection).
  49. -- Restrictions on use or distribution:  NONE
  50. --                                                           -*
  51. ------------------ Disclaimer ---------------------------------
  52. --                                                           -*
  53. -- This software and its documentation are provided "AS IS" and
  54. -- without any expressed or implied warranties whatsoever.
  55. -- No warranties as to performance, merchantability, or fitness
  56. -- for a particular purpose exist.
  57. --
  58. -- Because of the diversity of conditions and hardware under
  59. -- which this software may be used, no warranty of fitness for
  60. -- a particular purpose is offered.  The user is advised to
  61. -- test the software thoroughly before relying on it.  The user
  62. -- must assume the entire risk and liability of using this
  63. -- software.
  64. --
  65. -- In no event shall any person or organization of people be
  66. -- held responsible for any direct, indirect, consequential
  67. -- or inconsequential damages or lost profits.
  68. --                                                           -*
  69. -------------------END-PROLOGUE--------------------------------
  70.