Name
Date
Size
#Lines
LOC

..--

AUTHORSH A D19-Jan-2013247 87

CHANGESH A D09-Nov-2022209.6 KiB5,6564,098

LICENSEH A D19-Sep-2020596 119

READMEH A D19-Jan-20131.4 KiB3022

README.DELETEDH A D09-Nov-2014264 2423

README.DRAGONFLYH A D09-Nov-2022438 2013

VERSIONH A D09-Nov-20229 21

closure.cH A D09-Nov-20224.1 KiB256211

defs.hH A D09-Nov-202214.8 KiB617469

error.cH A D11-Mar-20188.8 KiB404351

graph.cH A D19-Sep-20201.9 KiB11387

lalr.cH A D09-Nov-202210.7 KiB656542

lr0.cH A D09-Nov-20229.8 KiB611509

main.cH A D09-Nov-202216.9 KiB889719

mkpar.cH A D09-Nov-20227.7 KiB416355

mstring.cH A D19-Sep-20203.4 KiB217194

output.cH A D09-Nov-202240.9 KiB2,2091,916

reader.cH A D09-Nov-202267.5 KiB3,9883,539

symtab.cH A D08-Nov-20141.9 KiB12493

verbose.cH A D09-Nov-20227.4 KiB363315

warshall.cH A D09-Nov-20221.1 KiB8367

yacc.1H A D09-Nov-202213.3 KiB428421

yaccpar.cH A D09-Nov-202212 KiB432402

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

README.DELETED

1ACKNOWLEDGEMENTS
2MANIFEST
3Makefile.old
4NEW_FEATURES
5NOTES
6NO_WARRANTY
7README.BTYACC
8aclocal.m4
9btyaccpar.c
10btyaccpar.skel
11config.guess
12config.sub
13config_h.in
14configure
15configure.in
16descrip.mms
17install-sh
18makefile.in
19package/
20skel2c
21test/
22vmsbuild.com
23yaccpar.skel
24

README.DRAGONFLY

1BYACC 20221106
2==============
3
4Original source can be downloaded from:
5ftp://ftp.invisible-island.net/byacc
6
7file = byacc-20221106.tgz
8date = November 07, 2022
9size = 896951
10sha1 = a2febacda79b7d25bfb475a5e214d3d97ae548e7
11
12A list of deleted files is in README.DELETED.
13
14Use "git diff vendor/BYACC contrib/byacc" to see local modifications.
15
16When upgrading, remember to update usr.bin/byacc/config.h
17
18This source is used in:
19	usr.bin/yacc
20