Go forward to Table of Symbols.
Go backward to Debugging.
Go up to Top.
Invoking Bison
**************
The usual way to invoke Bison is as follows:
bison INFILE
Here INFILE is the grammar file name, which usually ends in `.y'.
The parser file's name is made by replacing the `.y' with `.tab.c'.
Thus, the `bison foo.y' filename yields `foo.tab.c', and the `bison
hack/foo.y' filename yields `hack/foo.tab.c'.
Menu
- Bison Options
- All the options described in detail,
in alphabetical order by short options.
- Option Cross Key
- Alphabetical list of long options.
- VMS Invocation
- Bison command syntax on VMS.