bison

General-purpose parser generator (GNU)

Syntax:

bison [options] input_file

Runs on:

QNX Neutrino, Linux, Microsoft Windows

Options:

For a complete listing, see the documentation at http://www.gnu.org/software/bison/manual/.

Description:

The bison utility is a general-purpose parser generator that converts an annotated context-free grammar into a parser for that grammar. For detailed documentation, see http://www.gnu.org/software/bison/manual/.


Note: This utility is subject to the GNU Public License (GPL). We've included it for use on development systems.

Contributing author:

GNU