Index of /archives/NetBSD/NetBSD-release-9/src/external/bsd/byacc/dist

Icon  Name                                                      Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] ACKNOWLEDGEMENTS 2009-10-29 09:46 771 [   ] AUTHORS 2016-01-10 06:59 245 [   ] CHANGES 2018-12-24 00:26 138K [DIR] CVS/ 2024-02-15 03:51 - [   ] MANIFEST 2018-12-24 00:26 41K [TXT] NEW_FEATURES 2009-10-29 09:46 2.0K [TXT] NOTES 2009-10-29 09:56 1.0K [TXT] NO_WARRANTY 2009-10-29 09:46 156 [TXT] README 2016-01-10 06:59 1.4K [TXT] README.BTYACC 2016-01-10 06:59 22K [   ] VERSION 2018-12-24 00:26 9 [TXT] aclocal.m4 2018-12-24 00:26 45K [TXT] btyaccpar.c 2018-12-24 00:38 47K [TXT] btyaccpar.skel 2018-12-24 00:38 37K [TXT] closure.c 2018-12-24 05:27 4.4K [TXT] config.guess 2018-12-24 00:38 43K [TXT] config.sub 2018-12-24 00:38 35K [TXT] config_h.in 2015-01-04 08:22 1.6K [TXT] configure 2018-12-24 00:26 189K [TXT] configure.in 2016-01-10 06:59 1.5K [TXT] defs.h 2019-01-27 13:25 15K [TXT] descrip.mms 2015-01-04 07:58 1.1K [TXT] error.c 2018-12-24 05:27 9.1K [TXT] graph.c 2018-12-24 05:27 2.1K [TXT] install-sh 2009-10-29 09:46 7.0K [TXT] lalr.c 2018-12-24 05:27 11K [TXT] lr0.c 2018-12-24 05:27 10K [TXT] main.c 2019-01-27 11:08 15K [TXT] makefile.in 2016-01-10 06:59 3.4K [TXT] mkpar.c 2018-12-24 05:27 7.9K [TXT] mstring.c 2017-02-12 04:33 3.4K [TXT] output.c 2018-12-24 05:27 40K [DIR] package/ 2024-02-15 03:44 - [TXT] reader.c 2018-12-24 05:27 65K [   ] skel2c 2018-05-19 10:51 2.8K [TXT] symtab.c 2018-12-24 05:27 2.0K [DIR] test/ 2024-02-15 03:44 - [TXT] verbose.c 2018-12-24 05:27 7.5K [   ] vmsbuild.com 2016-01-10 06:59 5.5K [TXT] warshall.c 2018-12-24 05:27 1.3K [TXT] yacc.1 2018-12-24 00:38 11K [TXT] yaccpar.c 2018-12-24 00:38 12K [TXT] yaccpar.skel 2018-12-24 00:26 8.8K
-- Id: README,v 1.2 2004/03/28 17:24:53 tom Exp 

The original README is below.  I've updated this version of Berkeley Yacc
to make it ANSI C compliant - Thomas Dickey

-------------------------------------------------------------------------------
    Berkeley Yacc is an LALR(1) parser generator.  Berkeley Yacc has been made
as compatible as possible with AT&T Yacc.  Berkeley Yacc can accept any input
specification that conforms to the AT&T Yacc documentation.  Specifications
that take advantage of undocumented features of AT&T Yacc will probably be
rejected.

    Berkeley Yacc is distributed with no warranty whatever.  The code is certain
to contain errors.  Neither the author nor any contributor takes responsibility
for any consequences of its use.

    Berkeley Yacc is in the public domain.  The data structures and algorithms
used in Berkeley Yacc are all either taken from documents available to the
general public or are inventions of the author.  Anyone may freely distribute
source or binary forms of Berkeley Yacc whether unchanged or modified.
Distributers may charge whatever fees they can obtain for Berkeley Yacc.
Programs generated by Berkeley Yacc may be distributed freely.

    Please report bugs to

			robert.corbett@eng.Sun.COM

Include a small example if possible.  Please include the banner string from
skeleton.c with the bug report.  Do not expect rapid responses.