/[bison]/bison/doc/bison.texinfo
ViewVC logotype

Diff of /bison/doc/bison.texinfo

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.90 by eggert, Sat Dec 7 05:50:45 2002 UTC revision 1.91 by eggert, Fri Dec 13 12:18:31 2002 UTC
# Line 6082  bison -d -o @var{output.c++} @var{infile Line 6082  bison -d -o @var{output.c++} @var{infile
6082  @noindent  @noindent
6083  will produce @file{output.c++} and @file{outfile.h++}.  will produce @file{output.c++} and @file{outfile.h++}.
6084    
6085    For compatibility with @acronym{POSIX}, the standard Bison
6086    distribution also contains a shell script called @command{yacc} that
6087    invokes Bison with the @option{-y} option.
6088    
6089  @menu  @menu
6090  * Bison Options::     All the options described in detail,  * Bison Options::     All the options described in detail,
6091                          in alphabetical order by short options.                          in alphabetical order by short options.
# Line 6122  Equivalent to @samp{-o y.tab.c}; the par Line 6126  Equivalent to @samp{-o y.tab.c}; the par
6126  @file{y.tab.c}, and the other outputs are called @file{y.output} and  @file{y.tab.c}, and the other outputs are called @file{y.output} and
6127  @file{y.tab.h}.  The purpose of this option is to imitate Yacc's output  @file{y.tab.h}.  The purpose of this option is to imitate Yacc's output
6128  file name conventions.  Thus, the following shell script can substitute  file name conventions.  Thus, the following shell script can substitute
6129  for Yacc:  for Yacc, and the Bison distribution contains such a script for
6130    compatibility with @acronym{POSIX}:
6131    
6132  @example  @example
6133  bison -y $*  #! /bin/sh
6134    bison -y "$@"
6135  @end example  @end example
6136  @end table  @end table
6137    

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26