Name
Date
Size
#Lines
LOC

..--

test/H--4,9273,989

ACKNOWLEDGEMENTSH A D20-Jan-1991771 2622

MakefileH A D12-May-1990331 138

NEW_FEATURESH A D20-Jan-19912 KiB4735

NOTESH A D24-May-1993504 108

READMEH A D24-May-19931.1 KiB2418

closure.cH A D24-May-19934.5 KiB270212

defs.hH A D24-May-19936.1 KiB302189

error.cH A D01-Jun-19906.2 KiB332253

lalr.cH A D01-Jun-199010.3 KiB653507

lr0.cH A D20-Jan-19919.7 KiB612482

main.cH A D24-May-19936.9 KiB398314

mkpar.cH A D20-Jan-19916.5 KiB370305

output.cH A D24-May-199322.5 KiB1,2251,033

reader.cH A D20-Jan-199130.1 KiB1,7851,539

skeleton.cH A D29-Apr-19959.7 KiB352316

symtab.cH A D01-Jun-19902.1 KiB13390

verbose.cH A D20-Jan-19916.5 KiB341281

warshall.cH A D24-May-19931.5 KiB9773

yacc.1H A D24-May-19932.5 KiB120109

yyfix.1H A D23-Mar-19931.5 KiB8786

yyfix.shH A D12-May-1990737 4633

README

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