]> git.saurik.com Git - bison.git/blobdiff - doc/bison.info
* src/lex.c (percent_table): Add tok_define.
[bison.git] / doc / bison.info
index f25cd648c55aa5b82a813c05d478c2c360f9bb42..fb320c87c72aec1deddf8a424af32085266e6ad5 100644 (file)
@@ -1,5 +1,5 @@
-Ceci est le fichier Info bison.info, produit par Makeinfo version 4.0 à
-partir bison.texinfo.
+Ceci est le fichier Info bison.info, produit par Makeinfo version 4.0b
+à partir bison.texinfo.
 
 START-INFO-DIR-ENTRY
 * bison: (bison).      GNU Project parser generator (yacc replacement).
 
 START-INFO-DIR-ENTRY
 * bison: (bison).      GNU Project parser generator (yacc replacement).
@@ -8,7 +8,7 @@ END-INFO-DIR-ENTRY
    This file documents the Bison parser generator.
 
    Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1998, 1999,
    This file documents the Bison parser generator.
 
    Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1998, 1999,
-2000 Free Software Foundation, Inc.
+2000, 2001 Free Software Foundation, Inc.
 
    Permission is granted to make and distribute verbatim copies of this
 manual provided the copyright notice and this permission notice are
 
    Permission is granted to make and distribute verbatim copies of this
 manual provided the copyright notice and this permission notice are
@@ -30,105 +30,112 @@ instead of in the original English.
 
 \1f
 Indirect:
 
 \1f
 Indirect:
-bison.info-1: 1306
-bison.info-2: 50276
-bison.info-3: 98237
-bison.info-4: 147410
-bison.info-5: 191643
+bison.info-1: 1313
+bison.info-2: 50357
+bison.info-3: 99982
+bison.info-4: 148180
+bison.info-5: 190964
 \1f
 Tag Table:
 (Indirect)
 \1f
 Tag Table:
 (Indirect)
-Node: Top\7f1306
-Node: Introduction\7f8542
-Node: Conditions\7f9817
-Node: Copying\7f11281
-Node: Concepts\7f30473
-Node: Language and Grammar\7f31506
-Node: Grammar in Bison\7f36522
-Node: Semantic Values\7f38446
-Node: Semantic Actions\7f40547
-Node: Bison Parser\7f41730
-Node: Stages\7f44040
-Node: Grammar Layout\7f45323
-Node: Examples\7f46580
-Node: RPN Calc\7f47715
-Node: Rpcalc Decls\7f48689
-Node: Rpcalc Rules\7f50276
-Node: Rpcalc Input\7f52076
-Node: Rpcalc Line\7f53537
-Node: Rpcalc Expr\7f54652
-Node: Rpcalc Lexer\7f56597
-Node: Rpcalc Main\7f59169
-Node: Rpcalc Error\7f59567
-Node: Rpcalc Gen\7f60575
-Node: Rpcalc Compile\7f61724
-Node: Infix Calc\7f62599
-Node: Simple Error Recovery\7f65306
-Node: Multi-function Calc\7f67192
-Node: Mfcalc Decl\7f68758
-Node: Mfcalc Rules\7f70781
-Node: Mfcalc Symtab\7f72161
-Node: Exercises\7f78534
-Node: Grammar File\7f79040
-Node: Grammar Outline\7f79808
-Node: C Declarations\7f80542
-Node: Bison Declarations\7f81122
-Node: Grammar Rules\7f81534
-Node: C Code\7f81994
-Node: Symbols\7f82924
-Node: Rules\7f88005
-Node: Recursion\7f89644
-Node: Semantics\7f91363
-Node: Value Type\7f92460
-Node: Multiple Types\7f93132
-Node: Actions\7f94149
-Node: Action Types\7f96934
-Node: Mid-Rule Actions\7f98237
-Node: Declarations\7f103806
-Node: Token Decl\7f105125
-Node: Precedence Decl\7f107138
-Node: Union Decl\7f108689
-Node: Type Decl\7f109533
-Node: Expect Decl\7f110439
-Node: Start Decl\7f111985
-Node: Pure Decl\7f112363
-Node: Decl Summary\7f114040
-Node: Multiple Parsers\7f119423
-Node: Interface\7f120917
-Node: Parser Function\7f121789
-Node: Lexical\7f122624
-Node: Calling Convention\7f124030
-Node: Token Values\7f126801
-Node: Token Positions\7f127950
-Node: Pure Calling\7f128842
-Node: Error Reporting\7f131774
-Node: Action Features\7f133896
-Node: Algorithm\7f137557
-Node: Look-Ahead\7f139850
-Node: Shift/Reduce\7f141982
-Node: Precedence\7f144894
-Node: Why Precedence\7f145545
-Node: Using Precedence\7f147410
-Node: Precedence Examples\7f148378
-Node: How Precedence\7f149079
-Node: Contextual Precedence\7f150228
-Node: Parser States\7f152019
-Node: Reduce/Reduce\7f153262
-Node: Mystery Conflicts\7f156823
-Node: Stack Overflow\7f160209
-Node: Error Recovery\7f161582
-Node: Context Dependency\7f166718
-Node: Semantic Tokens\7f167566
-Node: Lexical Tie-ins\7f170583
-Node: Tie-in Recovery\7f172131
-Node: Debugging\7f174303
-Node: Invocation\7f177604
-Node: Bison Options\7f178334
-Node: Environment Variables\7f181768
-Node: Option Cross Key\7f182616
-Node: VMS Invocation\7f183460
-Node: Table of Symbols\7f184244
-Node: Glossary\7f191643
-Node: Index\7f197933
+Node: Top\7f1313
+Node: Introduction\7f8698
+Node: Conditions\7f9973
+Node: Copying\7f11437
+Node: Concepts\7f30640
+Node: Language and Grammar\7f31719
+Node: Grammar in Bison\7f36735
+Node: Semantic Values\7f38659
+Node: Semantic Actions\7f40760
+Node: Locations Overview\7f41949
+Node: Bison Parser\7f43396
+Node: Stages\7f45708
+Node: Grammar Layout\7f46991
+Node: Examples\7f48248
+Node: RPN Calc\7f49383
+Node: Rpcalc Decls\7f50357
+Node: Rpcalc Rules\7f51944
+Node: Rpcalc Input\7f53744
+Node: Rpcalc Line\7f55205
+Node: Rpcalc Expr\7f56320
+Node: Rpcalc Lexer\7f58265
+Node: Rpcalc Main\7f60837
+Node: Rpcalc Error\7f61235
+Node: Rpcalc Gen\7f62243
+Node: Rpcalc Compile\7f63392
+Node: Infix Calc\7f64267
+Node: Simple Error Recovery\7f66974
+Node: Multi-function Calc\7f68860
+Node: Mfcalc Decl\7f70426
+Node: Mfcalc Rules\7f72449
+Node: Mfcalc Symtab\7f73829
+Node: Exercises\7f80202
+Node: Grammar File\7f80708
+Node: Grammar Outline\7f81556
+Node: C Declarations\7f82290
+Node: Bison Declarations\7f82870
+Node: Grammar Rules\7f83282
+Node: C Code\7f83742
+Node: Symbols\7f84672
+Node: Rules\7f89753
+Node: Recursion\7f91392
+Node: Semantics\7f93111
+Node: Value Type\7f94205
+Node: Multiple Types\7f94877
+Node: Actions\7f95894
+Node: Action Types\7f98679
+Node: Mid-Rule Actions\7f99982
+Node: Locations\7f105552
+Node: Location Type\7f106200
+Node: Actions and Locations\7f106758
+Node: Location Default Action\7f108914
+Node: Declarations\7f110377
+Node: Token Decl\7f111696
+Node: Precedence Decl\7f113709
+Node: Union Decl\7f115260
+Node: Type Decl\7f116104
+Node: Expect Decl\7f117010
+Node: Start Decl\7f118556
+Node: Pure Decl\7f118934
+Node: Decl Summary\7f120611
+Node: Multiple Parsers\7f125994
+Node: Interface\7f127488
+Node: Parser Function\7f128360
+Node: Lexical\7f129195
+Node: Calling Convention\7f130601
+Node: Token Values\7f133372
+Node: Token Positions\7f134521
+Node: Pure Calling\7f135406
+Node: Error Reporting\7f138338
+Node: Action Features\7f140460
+Node: Algorithm\7f143755
+Node: Look-Ahead\7f146048
+Node: Shift/Reduce\7f148180
+Node: Precedence\7f151092
+Node: Why Precedence\7f151743
+Node: Using Precedence\7f153608
+Node: Precedence Examples\7f154576
+Node: How Precedence\7f155277
+Node: Contextual Precedence\7f156426
+Node: Parser States\7f158217
+Node: Reduce/Reduce\7f159460
+Node: Mystery Conflicts\7f163021
+Node: Stack Overflow\7f166407
+Node: Error Recovery\7f167780
+Node: Context Dependency\7f172916
+Node: Semantic Tokens\7f173764
+Node: Lexical Tie-ins\7f176781
+Node: Tie-in Recovery\7f178329
+Node: Debugging\7f180501
+Node: Invocation\7f183802
+Node: Bison Options\7f185054
+Node: Environment Variables\7f188488
+Node: Option Cross Key\7f189336
+Node: VMS Invocation\7f190180
+Node: Table of Symbols\7f190964
+Node: Glossary\7f198603
+Node: Copying This Manual\7f204907
+Node: GNU Free Documentation License\7f205116
+Node: Index\7f224981
 \1f
 End Tag Table
 \1f
 End Tag Table