1234949Sbapt-- $Id: README,v 1.2 2004/03/28 17:24:53 tom Exp $
2234949Sbapt
3234949SbaptThe original README is below.  I've updated this version of Berkeley Yacc
4234949Sbaptto make it ANSI C compliant - Thomas Dickey
5234949Sbapt
6234949Sbapt-------------------------------------------------------------------------------
7234949Sbapt    Berkeley Yacc is an LALR(1) parser generator.  Berkeley Yacc has been made
8234949Sbaptas compatible as possible with AT&T Yacc.  Berkeley Yacc can accept any input
9234949Sbaptspecification that conforms to the AT&T Yacc documentation.  Specifications
10234949Sbaptthat take advantage of undocumented features of AT&T Yacc will probably be
11234949Sbaptrejected.
12234949Sbapt
13234949Sbapt    Berkeley Yacc is distributed with no warranty whatever.  The code is certain
14234949Sbaptto contain errors.  Neither the author nor any contributor takes responsibility
15234949Sbaptfor any consequences of its use.
16234949Sbapt
17234949Sbapt    Berkeley Yacc is in the public domain.  The data structures and algorithms
18234949Sbaptused in Berkeley Yacc are all either taken from documents available to the
19234949Sbaptgeneral public or are inventions of the author.  Anyone may freely distribute
20234949Sbaptsource or binary forms of Berkeley Yacc whether unchanged or modified.
21234949SbaptDistributers may charge whatever fees they can obtain for Berkeley Yacc.
22234949SbaptPrograms generated by Berkeley Yacc may be distributed freely.
23234949Sbapt
24234949Sbapt    Please report bugs to
25234949Sbapt
26234949Sbapt			robert.corbett@eng.Sun.COM
27234949Sbapt
28234949SbaptInclude a small example if possible.  Please include the banner string from
29234949Sbaptskeleton.c with the bug report.  Do not expect rapid responses.
30