NetBSD/external/bsd/byacc/dist
2019-01-27 04:21:26 +00:00
..
package 2018-06-09 Thomas E. Dickey <dickey@invisible-island.net> 2018-12-23 15:26:12 +00:00
test merge conflicts 2018-12-23 15:38:53 +00:00
ACKNOWLEDGEMENTS
aclocal.m4 2018-06-09 Thomas E. Dickey <dickey@invisible-island.net> 2018-12-23 15:26:12 +00:00
AUTHORS Import byacc 20150711 2016-01-09 21:59:44 +00:00
btyaccpar.c merge conflicts 2018-12-23 15:38:53 +00:00
btyaccpar.skel merge conflicts 2018-12-23 15:38:53 +00:00
CHANGES 2018-06-09 Thomas E. Dickey <dickey@invisible-island.net> 2018-12-23 15:26:12 +00:00
closure.c Restore "defs.h", <sys/cdefs.h> #include ordering from before today's 2018-12-23 20:27:23 +00:00
config_h.in merge conflicts. 2015-01-03 23:22:52 +00:00
config.guess merge conflicts 2018-12-23 15:38:53 +00:00
config.sub merge conflicts 2018-12-23 15:38:53 +00:00
configure 2018-06-09 Thomas E. Dickey <dickey@invisible-island.net> 2018-12-23 15:26:12 +00:00
configure.in Import byacc 20150711 2016-01-09 21:59:44 +00:00
defs.h fix duplicated chunk from merge 2019-01-27 04:21:26 +00:00
descrip.mms Import byacc 20141128 2015-01-03 22:58:23 +00:00
error.c Restore "defs.h", <sys/cdefs.h> #include ordering from before today's 2018-12-23 20:27:23 +00:00
graph.c Restore "defs.h", <sys/cdefs.h> #include ordering from before today's 2018-12-23 20:27:23 +00:00
install-sh
lalr.c Restore "defs.h", <sys/cdefs.h> #include ordering from before today's 2018-12-23 20:27:23 +00:00
lr0.c Restore "defs.h", <sys/cdefs.h> #include ordering from before today's 2018-12-23 20:27:23 +00:00
main.c Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
makefile.in Import byacc 20150711 2016-01-09 21:59:44 +00:00
MANIFEST 2018-06-09 Thomas E. Dickey <dickey@invisible-island.net> 2018-12-23 15:26:12 +00:00
mkpar.c Restore "defs.h", <sys/cdefs.h> #include ordering from before today's 2018-12-23 20:27:23 +00:00
mstring.c merge conflicts 2017-02-11 19:33:12 +00:00
NEW_FEATURES
NO_WARRANTY
NOTES
output.c Restore "defs.h", <sys/cdefs.h> #include ordering from before today's 2018-12-23 20:27:23 +00:00
reader.c Restore "defs.h", <sys/cdefs.h> #include ordering from before today's 2018-12-23 20:27:23 +00:00
README Import byacc 20150711 2016-01-09 21:59:44 +00:00
README.BTYACC Import byacc 20150711 2016-01-09 21:59:44 +00:00
skel2c Add awk line 2018-05-19 01:51:05 +00:00
symtab.c Restore "defs.h", <sys/cdefs.h> #include ordering from before today's 2018-12-23 20:27:23 +00:00
verbose.c Restore "defs.h", <sys/cdefs.h> #include ordering from before today's 2018-12-23 20:27:23 +00:00
VERSION 2018-06-09 Thomas E. Dickey <dickey@invisible-island.net> 2018-12-23 15:26:12 +00:00
vmsbuild.com Import byacc 20150711 2016-01-09 21:59:44 +00:00
warshall.c Restore "defs.h", <sys/cdefs.h> #include ordering from before today's 2018-12-23 20:27:23 +00:00
yacc.1 merge conflicts 2018-12-23 15:38:53 +00:00
yaccpar.c merge conflicts 2018-12-23 15:38:53 +00:00
yaccpar.skel 2018-06-09 Thomas E. Dickey <dickey@invisible-island.net> 2018-12-23 15:26:12 +00:00

-- 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.