home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Dream 59
/
CDDream59.ISO
/
Amiga
/
GeekGadget
/
Distribution
/
bison-1.25-bin.tgz.pi
< prev
next >
Wrap
Text File
|
1998-05-22
|
744b
|
27 lines
.name
bison
.fullname
GNU parser generator
.type
Programmer Tool
.short
GNU parser generator yacc replacement
.description
Bison is a parser generator in the style of yacc (1). It should be
upwardly compatible with input files designed for yacc. Input files
should follow the yacc convention of ending in ".y". Unlike yacc, the
generated files do not have fixed names, but instead use the prefix of
the input file. For instance, a grammar description file named
parse.y would produce the generated parser in a file named
parse.tab.c, instead of yacc 's y.tab.c.
.version
1.25
.author
Free Software Foundation
.requirements
Binary version requires ixemul.library.
.distribution
GNU Public License
.described-by
Fred Fish (fnf@ninemoons.com)