bison(1)
NAME
bison - GNU Project parser generator (yacc replacement)
SYNOPSIS
Array-k ] [ --token-table ] [ -l ] [ --no-lines ] [ -n ] [ --no-parser ] [ -o outfile ] [ --output-file=outfile ] [ -p prefix ] [ --name-prefix=prefix ] [ -t ] [ --debug ] [ -v ] [ --verbose ] [ -V ] [ --version ] [ -y ] [ --yacc ] [ -h ] [ --help ] [ --fixed-output-files ] file
DESCRIPTION
Arrayy.tab.h. The purpose of this switch is to imitate yacc's output
file name conventions. Thus, the following shell script can substitute for yacc:
bison -y $*
FILES
/usr/local/share/bison/bison.simple simple parser
/usr/local/share/bison/bison.hairy complicated parser
ENVIRONMENT VARIABLES
- ArrayBISON_HAIRY
- If this is set, it specifies the location in which
- the bison.hairy parser can be found.
SEE ALSO
- yacc(1)
The Bison Reference Manual, included as the file - bison.texinfo in the bison source distribution.
DIAGNOSTICS
- Self explanatory.
- local