Note:
Some of the links in this file point to online documents which require additional
installation.
bison is the GNU replacement for the yacc (yet another compiler compiler) parser generator.
bison is better than yacc, and it has an option, '-y' to produce yacc compatible output.
The reasons to use bison (over yacc) are the same as those for using flex (over lex): portability, universal availablity, speed, net support. Unlike flex which provides lexical analysis of regular expressions, bison generates parsers to handle more powerful context-free grammars.
Some details on the yacc/bison differences are available in the REFERENCES file included with the sources.
Most likely you don't need this unless you're a software developer.
See 'man bison' for further details.
GNU packages are distributed under the FSF (Free Software Foundation) "Copyleft" which includes the GPL (GNU public license) and the Library GPL.
GNU bison was written and enhanced over the years by scores of people on the net.
Suggestions and bug reports for these programs can be mailed to:
bug-gnu-utils@prep.ai.mit.edu.
Builder Notice(s):
Built and packaged for SGI by Ariel Faigon who is afraid emails for support would have to be silently ignored. Patches and constructive suggestions for improvement are welcome.
All of the subsystems for this product can be installed using IRIX. You do not need to use the miniroot. Refer to the Software Installation Administrator's Guide for complete installation instructions.
This software is compatible with IRIX 5.3 and IRIX 6.x.
Use the-yoption for yacc compatibility.