home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / misc_utils / yacc_419 / src / rcs / readme,v < prev    next >
Text File  |  1990-07-14  |  1KB  |  48 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @# @;
  7.  
  8.  
  9. 1.1
  10. date     90.07.14.18.55.14;  author loftus;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @    Berkeley Yacc is an LALR(1) parser generator.  Berkeley Yacc has been made
  26. as compatible as possible with AT&T Yacc.  Berkeley Yacc can accept any input
  27. specification that conforms to the AT&T Yacc documentation.  Specifications
  28. that take advantage of undocumented features of AT&T Yacc will probably be
  29. rejected.
  30.  
  31.     Berkeley Yacc is distributed with no warranty whatever.  The code is certain
  32. to contain errors.  Neither the author nor any contributor takes responsibility
  33. for any consequences of its use.
  34.  
  35.     Berkeley Yacc is in the public domain.  The data structures and algorithms
  36. used in Berkeley Yacc are all either taken from documents available to the
  37. general public or are inventions of the author.  Anyone may freely distribute
  38. source or binary forms of Berkeley Yacc whether unchanged or modified.
  39. Distributers may charge whatever fees they can obtain for Berkeley Yacc.
  40. Programs generated by Berkeley Yacc may be distributed freely.
  41.  
  42.     Bugs may be reported to
  43.  
  44.               corbett@@berkeley.edu
  45.  
  46. Do not expect rapid responses.
  47. @
  48.