home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / BYACC.ZIP / README < prev    next >
Text File  |  1989-11-22  |  1KB  |  23 lines

  1.     Berkeley Yacc is an LALR(1) parser generator.  Berkeley Yacc has been made
  2. as compatible as possible with AT&T Yacc.  Berkeley Yacc can accept any input
  3. specification that conforms to the AT&T Yacc documentation.  Specifications
  4. that take advantage of undocumented features of AT&T Yacc will probably be
  5. rejected.
  6.  
  7.     Berkeley Yacc is distributed with no warranty whatever.  The code is certain
  8. to contain errors.  Neither the author nor any contributor takes responsibility
  9. for any consequences of its use.
  10.  
  11.     Berkeley Yacc is in the public domain.  The data structures and algorithms
  12. used in Berkeley Yacc are all either taken from documents available to the
  13. general public or are inventions of the author.  Anyone may freely distribute
  14. source or binary forms of Berkeley Yacc whether unchanged or modified.
  15. Distributers may charge whatever fees they can obtain for Berkeley Yacc.
  16. Programs generated by Berkeley Yacc may be distributed freely.
  17.  
  18.     Bugs may be reported to
  19.  
  20.               corbett@berkeley.edu
  21.  
  22. Do not expect rapid responses.
  23.