NameDateSize

..20-Dec-201682

ACKNOWLEDGEMENTSH A D08-Mar-2015771

aclocal.m4H A D08-Mar-201535.5 KiB

AUTHORSH A D08-Mar-2015247

CHANGESH A D08-Mar-201540 KiB

closure.cH A D08-Mar-20154 KiB

config.guessH A D08-Mar-201543.5 KiB

config.subH A D08-Mar-201534.6 KiB

config_h.inH A D08-Mar-20151.3 KiB

configureH A D08-Mar-2015157.8 KiB

configure.inH A D08-Mar-2015527

defs.hH A D08-Mar-201511 KiB

descrip.mmsH A D08-Mar-2015817

error.cH A D08-Mar-20156 KiB

graph.cH A D08-Mar-20151.9 KiB

install-shH A D08-Mar-20157 KiB

lalr.cH A D08-Mar-201510.7 KiB

lr0.cH A D08-Mar-20159.7 KiB

main.cH A D08-Mar-201512 KiB

makefile.inH A D08-Mar-20153.8 KiB

Makefile.oldH A D08-Mar-20151.3 KiB

mkpar.cH A D08-Mar-20157 KiB

NEW_FEATURESH A D08-Mar-20152 KiB

NO_WARRANTYH A D08-Mar-2015156

NOTESH A D08-Mar-2015504

output.cH A D08-Mar-201526.6 KiB

package/H20-Dec-20165

reader.cH A D08-Mar-201535.3 KiB

READMEH A D08-Mar-20151.4 KiB

skeleton.cH A D08-Mar-201511.7 KiB

symtab.cH A D08-Mar-20151.8 KiB

test/H20-Dec-201680

verbose.cH A D08-Mar-20156.4 KiB

VERSIONH A D08-Mar-20159

vmsbuild.comH A D08-Mar-20155.5 KiB

warshall.cH A D08-Mar-20151.1 KiB

yacc.1H A D08-Mar-20156.6 KiB

README

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