home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-ccmd-0.91-20031009.tar.gz / mm-ccmd-0.91-20031009.tar / work / ccmd / README < prev    next >
Text File  |  1990-12-18  |  1KB  |  32 lines

  1.  
  2.  
  3.                  CCMD
  4.        An Implementation of the TOPS-20 COMND Jsys in C
  5.  
  6. Copyright (c) 1986, 1990 by The Trustees of Columbia University in
  7. the City of New York.
  8.  
  9. Permission is granted to any individual or institution to use, copy,
  10. or redistribute this software so long as it is not sold for profit,
  11. provided that this notice and the original copyright notices are
  12. retained.  Columbia University makes no representations about the
  13. suitability of this software for any purpose.  It is provided "as is"
  14. without express or implied warranty.
  15.  
  16.  
  17. ABSTRACT
  18. --------
  19.  
  20. CCMD is a general parsing mechanism for developing User Interfaces to
  21. programs.  It is based on the functionality of TOPS-20's COMND Jsys.
  22. CCMD allows a program to parse for various field types (file names,
  23. user names, dates and times, keywords, numbers, arbitrary text,
  24. tokens, etc.).  It is meant to supply a homogeneous user interface
  25. across a variety of machines and operating systems for C programs.  It
  26. currently runs under System V UNIX, 4.2/4.3 BSD, Ultrix 1.2/2.0, and
  27. MSDOS.  The library defines various default actions (user settable),
  28. and allows field completion, help, file indirection, comments, etc on
  29. a per field basis.  Future plans include command line editing, and
  30. ports to other operating systems (such as VMS).
  31.  
  32.