Line | |
---|
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 | Please report bugs to
|
---|
19 |
|
---|
20 | robert.corbett@eng.Sun.COM
|
---|
21 |
|
---|
22 | Include a small example if possible. Please include the banner string from
|
---|
23 | skeleton.c with the bug report. Do not expect rapid responses.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.