| BNF (yacc) | |
| 2.3 (corresponds to gnu bison 1.22) | |
| parser generator, C-parser, C++parser, documentation | |
| Fred Hansen <wjh+@cmu.edu> | |
| ftp://ftp.andrew.cmu.edu/pub/AUIS/bison/bison-A2.2.tar.gz also in contrib/andrew on the XV11R6 distribution in directories overhead/bison, overhead/mkparser (but not the C++ version of the parser) | |
| This is the standard gnu bison with a number of improvments: license-free parsers for C and C++, only one external symbol for each grammar, permits multiple grammars per application, better error reports on the grammar. | |
| grammars are the same as bison and yacc; but run-time errors are handled differently, so semantic rules must be changed | |
| tokens in the grammar can be expressed as ">=" instead of GE | |
| send bugs to info-andrew-bugs@andrew.cmu.edu | |
| none (unless you use the native gnu-bison parser) | |
| has been tested on most Unix platforms | |
| generation of names for temp files is system dependent. | |
| info-andrew@andrew.cmu.edu (mirrored to comp.soft-sys.andrew) | |
| supported by the Andrew Consortium | |
| your organization is invited to join the Andrew Consortium info-andrew-request@andrew.cmu.edu | |
| May 9th, 1994 |
language: BNF
category: compiler generators and related tools summary, or expanded.
category: text manipulation summary, or expanded.
Please send updates to free-compilers@idiom.com
The HTML is maintained by David Muir Sharnoff and the entries themselves are currently maintained by Bryan Miller.
Copyright (c) 1992-1998 David Muir Sharnoff, All Rights Reserved
Copyright (c) 1994-1996, Steven Allen Robenalt, All Rights Reserved