pixel-stuck / andrew-bison

Archive/mirror of Andrew Bison version 2.6. Original currently available at https://www.cs.cmu.edu/~AUIS/ftp/andrew-8.0/overhead/bison/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 wjh+@cmu.edu.  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/

License:GNU General Public License v2.0


Languages

Language:C 57.5%Language:TeX 30.3%Language:Yacc 6.4%Language:Makefile 1.5%Language:Roff 1.4%Language:Shell 1.1%Language:RUNOFF 1.0%Language:DIGITAL Command Language 0.5%Language:Batchfile 0.2%