1-- $Id: README,v 1.2 2004/03/28 17:24:53 tom Exp $
2
3The original README is below.  I've updated this version of Berkeley Yacc
4to make it ANSI C compliant - Thomas Dickey
5
6-------------------------------------------------------------------------------
7    Berkeley Yacc is an LALR(1) parser generator.  Berkeley Yacc has been made
8as compatible as possible with AT&T Yacc.  Berkeley Yacc can accept any input
9specification that conforms to the AT&T Yacc documentation.  Specifications
10that take advantage of undocumented features of AT&T Yacc will probably be
11rejected.
12
13    Berkeley Yacc is distributed with no warranty whatever.  The code is certain
14to contain errors.  Neither the author nor any contributor takes responsibility
15for any consequences of its use.
16
17    Berkeley Yacc is in the public domain.  The data structures and algorithms
18used in Berkeley Yacc are all either taken from documents available to the
19general public or are inventions of the author.  Anyone may freely distribute
20source or binary forms of Berkeley Yacc whether unchanged or modified.
21Distributers may charge whatever fees they can obtain for Berkeley Yacc.
22Programs generated by Berkeley Yacc may be distributed freely.
23
24    Please report bugs to
25
26			robert.corbett@eng.Sun.COM
27
28Include a small example if possible.  Please include the banner string from
29skeleton.c with the bug report.  Do not expect rapid responses.
30