Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
AUTHORS | H A D | 19-Jan-2013 | 247 | 8 | 7 | |
CHANGES | H A D | 09-Nov-2022 | 209.6 KiB | 5,656 | 4,098 | |
LICENSE | H A D | 19-Sep-2020 | 596 | 11 | 9 | |
README | H A D | 19-Jan-2013 | 1.4 KiB | 30 | 22 | |
README.DELETED | H A D | 09-Nov-2014 | 264 | 24 | 23 | |
README.DRAGONFLY | H A D | 09-Nov-2022 | 438 | 20 | 13 | |
VERSION | H A D | 09-Nov-2022 | 9 | 2 | 1 | |
closure.c | H A D | 09-Nov-2022 | 4.1 KiB | 256 | 211 | |
defs.h | H A D | 09-Nov-2022 | 14.8 KiB | 617 | 469 | |
error.c | H A D | 11-Mar-2018 | 8.8 KiB | 404 | 351 | |
graph.c | H A D | 19-Sep-2020 | 1.9 KiB | 113 | 87 | |
lalr.c | H A D | 09-Nov-2022 | 10.7 KiB | 656 | 542 | |
lr0.c | H A D | 09-Nov-2022 | 9.8 KiB | 611 | 509 | |
main.c | H A D | 09-Nov-2022 | 16.9 KiB | 889 | 719 | |
mkpar.c | H A D | 09-Nov-2022 | 7.7 KiB | 416 | 355 | |
mstring.c | H A D | 19-Sep-2020 | 3.4 KiB | 217 | 194 | |
output.c | H A D | 09-Nov-2022 | 40.9 KiB | 2,209 | 1,916 | |
reader.c | H A D | 09-Nov-2022 | 67.5 KiB | 3,988 | 3,539 | |
symtab.c | H A D | 08-Nov-2014 | 1.9 KiB | 124 | 93 | |
verbose.c | H A D | 09-Nov-2022 | 7.4 KiB | 363 | 315 | |
warshall.c | H A D | 09-Nov-2022 | 1.1 KiB | 83 | 67 | |
yacc.1 | H A D | 09-Nov-2022 | 13.3 KiB | 428 | 421 | |
yaccpar.c | H A D | 09-Nov-2022 | 12 KiB | 432 | 402 |
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