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