mooigraph 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
..
COPYING 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
ChangeLog 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
LR0.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
Makefile 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
README 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
REFERENCES 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
allocate.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
bison.1 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
bison.cld 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
bison.hairy 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
bison.info 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
bison.info-1 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
bison.info-2 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
bison.info-3 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
bison.info-4 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
bison.simple 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
bison.texinfo 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
build.com 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
closure.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
conflicts.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
derives.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
files.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
files.h 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
getargs.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
getopt.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
getopt.h 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
getopt1.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
gram.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
gram.h 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
lalr.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
lex.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
lex.h 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
machine.h 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
main.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
mergedir.awk 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
new.h 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
nullable.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
output.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
print.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
reader.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
reduce.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
state.h 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
symtab.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
symtab.h 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
system.h 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
types.h 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
version.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
vmsgetargs.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
vmshlp.mar 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前
warshall.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator 3 年 前

README

This directory contains the Bison parser generator.

On systems that do not have a working `alloca' function, you will
have to get a working `alloca' (perhaps from GNU Emacs) and edit the
Makefile so that it will be used. On system V, specifying -lPW
when you link may accomplish this.

On system V, you will need to define the macro USG while compiling.

It was once true that, when installing Bison on Sequent (or Pyramid?)
systems, you had to be in the Berkeley universe. This may no longer
be true; we have no way to tell.

On VMS, remember to do `SET COMMAND BISON' to install the data in
`BISON.CLD'.

Send bug reports to bug-gnu-utils@prep.ai.mit.edu. Please include the
version number from version.c, and a complete, self-contained test
case in each bug report.