]> git.saurik.com Git - bison.git/blobdiff - doc/bison.info-4
* Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
[bison.git] / doc / bison.info-4
index ae2509a431ec939ec96e7acf1342b2654a12e46b..05b064961d244f3830bdccb1803298b5b912da7b 100644 (file)
@@ -846,6 +846,11 @@ Operations modes:
 
 Tuning the parser:
 
+`-S FILE'
+`--skeleton=FILE'
+     Specify the skeleton to use.  You probably don't need this option
+     unless you are developing Bison.
+
 `-t'
 `--debug'
      Output a definition of the macro `YYDEBUG' into the parser file, so
@@ -880,10 +885,6 @@ Tuning the parser:
 `--no-parser'
      Pretend that `%no_parser' was specified.  *Note Decl Summary::.
 
-`-r'
-`--raw'
-     Pretend that `%raw' was specified.  *Note Decl Summary::.
-
 `-k'
 `--token-table'
      Pretend that `%token_table' was specified.  *Note Decl Summary::.
@@ -955,7 +956,6 @@ find the corresponding short option.
      --no-lines                            -l
      --no-parser                           -n
      --output-file=OUTFILE                 -o OUTFILE
-     --raw                                 -r
      --token-table                         -k
      --verbose                             -v
      --version                             -V
@@ -1142,11 +1142,6 @@ Bison Symbols
      Bison declaration to request a pure (reentrant) parser.  *Note A
      Pure (Reentrant) Parser: Pure Decl.
 
-`%raw'
-     Bison declaration to use Bison internal token code numbers in token
-     tables instead of the usual Yacc-compatible token code numbers.
-     *Note Decl Summary::.
-
 `%right'
      Bison declaration to assign right associativity to token(s).
      *Note Operator Precedence: Precedence Decl.