-
Notifications
You must be signed in to change notification settings - Fork 0
Archive/mirror of Andrew Bison version 2.6. Original currently available at https://www.cs.cmu.edu/~AUIS/ftp/andrew-8.0/overhead/bison/
License
pixel-stuck/andrew-bison
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This directory contains the Bison A2.6 parser generator. See the file INSTALL for compilation and installation instructions. Bison A2.6 is adapted from Bison-1.19...1.24 by Wilfred J. Hansen, Andrew Consortium, Carnegie Mellon University. It differs from earlier versions in three major ways: Errors in the input grammar are not fatal; all errors are found in one pass. A complete example and test case is the file mess.y in the distribution. Tokens may now be specified as multiple-character strings: "<=" can appear where formerly would have to be LESSEQ. See the section on @pxref{multiple-character literal}. The -n switch produces the parser tables without including the parser; a project can now use its own parser. See the @samp{--no-parser} switch. Please send bug reports to [email protected]. Please include the version number from `bison --version', and a complete, self-contained test case in each bug report. CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. It was once true that, when installing Bison on Sequent (or Pyramid?) systems, you had to be in the Berkeley universe. This may no longer be true; we have no way to tell. On VMS, you will probably have to create Makefile from Makefile.in by hand. Remember to do `SET COMMAND BISON' to install the data in `BISON.CLD'.
About
Archive/mirror of Andrew Bison version 2.6. Original currently available at https://www.cs.cmu.edu/~AUIS/ftp/andrew-8.0/overhead/bison/
Resources
License
Stars
Watchers
Forks
Releases
No releases published