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 година
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.simple 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator пре 3 година
bison1.hairy 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator пре 3 година
bison1.simple 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 година
calc.output 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator пре 3 година
calc.tab.c 3ddfecfb34 added a re-compilation of GNU Bison 1 parser generator пре 3 година
calc.y 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 година
dsmake.output 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 година
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 година
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 година
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 година
types.h 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

bison-1.00 from 1988 recompiled and changed such that it compiles with gcc-8.3 in 2021 see the file dsmake.output

just type 'make' and a bison1 executable is compiled.
path for the skeletons given to file.c is fixed to
this dir to prevent conflicts with newer bison installed.
'make install' is intentionally turned off, see makefile.

bison -d option generates a .tab.h output file
bison -v option generates a calc.output file
bison -y option generates y.tab.c and y.tab.h like yacc does
bison -o outputfile generated output to another file

test to run calc.y:
./bison1 calc.y
gcc calc.tab.c
./a.out
3+3
6
ctrl-d