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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Command Language Interpreter (CLI)
  4. -- Version      : 1.0
  5. -- Author       : WIS JPMO
  6. --              : Washington, D.C.  20330
  7. --              : Contact: Lt. Colonel Falgiano
  8. --              : ESD/SCW
  9. --              : Hanscom AFB, MA  01731
  10. -- DDN Address  :
  11. -- Copyright    : (c) 1985
  12. -- Date created : 1985
  13. -- Release date : 1985
  14. -- Last update  : 1985
  15. -- Machine/System Compiled/Run on:
  16. --                                                           -*
  17. ---------------------------------------------------------------
  18. --                                                           -*
  19. -- Keywords     : 
  20. ----------------:
  21. --
  22. -- Abstract     : The Command Language Interpreter (CLI)
  23. ----------------: implements the tools found in chapters
  24. ----------------: one and two of "Software Tools in 
  25. ----------------: Pascal" by Brian W. Kernighan and P.J.
  26. ----------------: Plauger.  The commands available for 
  27. ----------------: execution are: copy, charcount, linecount,
  28. ----------------: wordcount, detab, entab, overstrike,
  29. ----------------: compress, expand, translit and quit.
  30. ----------------: Most of the commands read subsequent 
  31. ----------------: text from the terminal modifying it in
  32. ----------------: one way or another.
  33. ----------------:
  34. ----------------: This tool was developed as a precursor for 
  35. ----------------: the WMCCS Information System (WIS).  An
  36. ----------------: executable version of the tool has been 
  37. ----------------: demonstrated.  This source code has sub-
  38. ----------------: sequently been recompiled but has not under-
  39. ----------------: gone extensive testing.
  40. ----------------:
  41. --                                                           -*
  42. ------------------ Revision history ---------------------------
  43. --                                                           -*
  44. -- DATE         VERSION AUTHOR                  HISTORY 
  45. -- 1985         1.0     WIS JPMO                Initial Release
  46. --                                                           -*
  47. ------------------ Distribution and Copyright -----------------
  48. --                                                           -*
  49. -- This prologue must be included in all copies of this software.
  50. -- 
  51. -- This software is copyright by the author.
  52. -- 
  53. -- This software is released to the Ada community.
  54. -- This software is released to the Public Domain (note:
  55. --   software released to the Public Domain is not subject
  56. --   to copyright protection).
  57. -- Restrictions on use or distribution:  NONE
  58. --                                                           -*
  59. ----------------- Disclaimer ----------------------------------
  60. --                                                           -*
  61. -- This software and its documentation are provided "AS IS" and
  62. -- without any expressed or implied warranties whatsoever.
  63. --
  64. -- No warranties as to performance, merchantability, or fitness
  65. -- for a particular purpose exist.
  66. --
  67. -- Because of the diversity of conditions and hardware under
  68. -- which this software may be used, no warranty of fitness for
  69. -- a particular purpose is offered.  The user is advised to 
  70. -- test the software thoroughly before relying on it.  The user
  71. -- must assume the entire risk and liability of using this 
  72. -- software.
  73. --
  74. -- In no event shall any person or organization of people be
  75. -- held responsible for any direct, indirect, consequential
  76. -- or inconsequential damages or lost profits.
  77. --                                                          -*
  78. ----------------- END-PROLOGUE -------------------------------
  79.