home *** CD-ROM | disk | FTP | other *** search
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- bison
- .fullname
- GNU parser generator yacc replacement
- .type
- Programmer Tool
- .short
- GNU Parser generator - Orig FSF source.
- .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.
-
- This is the original FSF distribution archive.
- .version
- 1.22
- .author
- Free Software Foundation
- .requirements
- Binary version requires ixemul.library.
- .distribution
- GNU Public License
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
-