Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
test/ | H | - | - | 4,927 | 3,989 | |
ACKNOWLEDGEMENTS | H A D | 20-Jan-1991 | 771 | 26 | 22 | |
Makefile | H A D | 12-May-1990 | 331 | 13 | 8 | |
NEW_FEATURES | H A D | 20-Jan-1991 | 2 KiB | 47 | 35 | |
NOTES | H A D | 24-May-1993 | 504 | 10 | 8 | |
README | H A D | 24-May-1993 | 1.1 KiB | 24 | 18 | |
closure.c | H A D | 24-May-1993 | 4.5 KiB | 270 | 212 | |
defs.h | H A D | 24-May-1993 | 6.1 KiB | 302 | 189 | |
error.c | H A D | 01-Jun-1990 | 6.2 KiB | 332 | 253 | |
lalr.c | H A D | 01-Jun-1990 | 10.3 KiB | 653 | 507 | |
lr0.c | H A D | 20-Jan-1991 | 9.7 KiB | 612 | 482 | |
main.c | H A D | 24-May-1993 | 6.9 KiB | 398 | 314 | |
mkpar.c | H A D | 20-Jan-1991 | 6.5 KiB | 370 | 305 | |
output.c | H A D | 24-May-1993 | 22.5 KiB | 1,225 | 1,033 | |
reader.c | H A D | 20-Jan-1991 | 30.1 KiB | 1,785 | 1,539 | |
skeleton.c | H A D | 29-Apr-1995 | 9.7 KiB | 352 | 316 | |
symtab.c | H A D | 01-Jun-1990 | 2.1 KiB | 133 | 90 | |
verbose.c | H A D | 20-Jan-1991 | 6.5 KiB | 341 | 281 | |
warshall.c | H A D | 24-May-1993 | 1.5 KiB | 97 | 73 | |
yacc.1 | H A D | 24-May-1993 | 2.5 KiB | 120 | 109 | |
yyfix.1 | H A D | 23-Mar-1993 | 1.5 KiB | 87 | 86 | |
yyfix.sh | H A D | 12-May-1990 | 737 | 46 | 33 |
README
1 Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made 2as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input 3specification that conforms to the AT&T Yacc documentation. Specifications 4that take advantage of undocumented features of AT&T Yacc will probably be 5rejected. 6 7 Berkeley Yacc is distributed with no warranty whatever. The code is certain 8to contain errors. Neither the author nor any contributor takes responsibility 9for any consequences of its use. 10 11 Berkeley Yacc is in the public domain. The data structures and algorithms 12used in Berkeley Yacc are all either taken from documents available to the 13general public or are inventions of the author. Anyone may freely distribute 14source or binary forms of Berkeley Yacc whether unchanged or modified. 15Distributers may charge whatever fees they can obtain for Berkeley Yacc. 16Programs generated by Berkeley Yacc may be distributed freely. 17 18 Please report bugs to 19 20 robert.corbett@eng.Sun.COM 21 22Include a small example if possible. Please include the banner string from 23skeleton.c with the bug report. Do not expect rapid responses. 24