GNU bison 1.22 Release Notes


Note:
Some of the links in this file point to online documents which require additional installation.

Table of Contents

  • What is GNU bison?
  • Support Policy
  • Installation Information
  • SGI Legal Notice
  • Author's Notice(s)
  • Few GNU software Web pages:
  • GNU Software Online Documentation
  • GNU info tree at ohio-state U
  • GNU info tree (bison specific)
  • Index of GNU resources at Yahoo

  • What is GNU bison ?

    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.

    Author's Notice(s):

    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.


    Installation Information

    GNU bison subsystems

    fw_GNUbison.sw.*
    Execution only environment. The file utilities executables.
    fw_GNUbison.man.*
    Man pages, release notes, & texinfo documentation.
    fw_GNUbison.src.*
    Full source distribution.

    Installation Method

    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.

    Compatibility

    This software is compatible with IRIX 5.3 and IRIX 6.x.
    Use the -y option for yacc compatibility.















































    Copyright © 2000, SGI