* doc/autoconf.texi: Document @$.

(Locations): New section.
This commit is contained in:
Akim Demaille
2001-08-01 17:49:14 +00:00
parent 73975f004c
commit 847bf1f538
11 changed files with 579 additions and 275 deletions

View 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).
@@ -30,105 +30,110 @@ instead of in the original English.

Indirect:
bison.info-1: 1306
bison.info-2: 50276
bison.info-3: 98237
bison.info-4: 147410
bison.info-5: 191643
bison.info-1: 1307
bison.info-2: 50189
bison.info-3: 99779
bison.info-4: 149657
bison.info-5: 196400

Tag Table:
(Indirect)
Node: Top1306
Node: Introduction8542
Node: Conditions9817
Node: Copying11281
Node: Concepts30473
Node: Language and Grammar31506
Node: Grammar in Bison36522
Node: Semantic Values38446
Node: Semantic Actions40547
Node: Bison Parser41730
Node: Stages44040
Node: Grammar Layout45323
Node: Examples46580
Node: RPN Calc47715
Node: Rpcalc Decls48689
Node: Rpcalc Rules50276
Node: Rpcalc Input52076
Node: Rpcalc Line53537
Node: Rpcalc Expr54652
Node: Rpcalc Lexer56597
Node: Rpcalc Main59169
Node: Rpcalc Error59567
Node: Rpcalc Gen60575
Node: Rpcalc Compile61724
Node: Infix Calc62599
Node: Simple Error Recovery65306
Node: Multi-function Calc67192
Node: Mfcalc Decl68758
Node: Mfcalc Rules70781
Node: Mfcalc Symtab72161
Node: Exercises78534
Node: Grammar File79040
Node: Grammar Outline79808
Node: C Declarations80542
Node: Bison Declarations81122
Node: Grammar Rules81534
Node: C Code81994
Node: Symbols82924
Node: Rules88005
Node: Recursion89644
Node: Semantics91363
Node: Value Type92460
Node: Multiple Types93132
Node: Actions94149
Node: Action Types96934
Node: Mid-Rule Actions98237
Node: Declarations103806
Node: Token Decl105125
Node: Precedence Decl107138
Node: Union Decl108689
Node: Type Decl109533
Node: Expect Decl110439
Node: Start Decl111985
Node: Pure Decl112363
Node: Decl Summary114040
Node: Multiple Parsers119423
Node: Interface120917
Node: Parser Function121789
Node: Lexical122624
Node: Calling Convention124030
Node: Token Values126801
Node: Token Positions127950
Node: Pure Calling128842
Node: Error Reporting131774
Node: Action Features133896
Node: Algorithm137557
Node: Look-Ahead139850
Node: Shift/Reduce141982
Node: Precedence144894
Node: Why Precedence145545
Node: Using Precedence147410
Node: Precedence Examples148378
Node: How Precedence149079
Node: Contextual Precedence150228
Node: Parser States152019
Node: Reduce/Reduce153262
Node: Mystery Conflicts156823
Node: Stack Overflow160209
Node: Error Recovery161582
Node: Context Dependency166718
Node: Semantic Tokens167566
Node: Lexical Tie-ins170583
Node: Tie-in Recovery172131
Node: Debugging174303
Node: Invocation177604
Node: Bison Options178334
Node: Environment Variables181768
Node: Option Cross Key182616
Node: VMS Invocation183460
Node: Table of Symbols184244
Node: Glossary191643
Node: Index197933
Node: Top1307
Node: Introduction8543
Node: Conditions9818
Node: Copying11282
Node: Concepts30472
Node: Language and Grammar31551
Node: Grammar in Bison36567
Node: Semantic Values38491
Node: Semantic Actions40592
Node: Locations Overview41781
Node: Bison Parser43228
Node: Stages45540
Node: Grammar Layout46823
Node: Examples48080
Node: RPN Calc49215
Node: Rpcalc Decls50189
Node: Rpcalc Rules51776
Node: Rpcalc Input53576
Node: Rpcalc Line55037
Node: Rpcalc Expr56152
Node: Rpcalc Lexer58097
Node: Rpcalc Main60669
Node: Rpcalc Error61067
Node: Rpcalc Gen62075
Node: Rpcalc Compile63224
Node: Infix Calc64099
Node: Simple Error Recovery66806
Node: Multi-function Calc68692
Node: Mfcalc Decl70258
Node: Mfcalc Rules72281
Node: Mfcalc Symtab73661
Node: Exercises80034
Node: Grammar File80540
Node: Grammar Outline81353
Node: C Declarations82087
Node: Bison Declarations82667
Node: Grammar Rules83079
Node: C Code83539
Node: Symbols84469
Node: Rules89550
Node: Recursion91189
Node: Semantics92908
Node: Value Type94002
Node: Multiple Types94674
Node: Actions95691
Node: Action Types98476
Node: Mid-Rule Actions99779
Node: Locations105348
Node: Location Type106013
Node: Actions and Locations106571
Node: Location Default Action107735
Node: Declarations108942
Node: Token Decl110261
Node: Precedence Decl112274
Node: Union Decl113825
Node: Type Decl114669
Node: Expect Decl115575
Node: Start Decl117121
Node: Pure Decl117499
Node: Decl Summary119176
Node: Multiple Parsers124559
Node: Interface126053
Node: Parser Function126925
Node: Lexical127760
Node: Calling Convention129166
Node: Token Values131937
Node: Token Positions133086
Node: Pure Calling133971
Node: Error Reporting136903
Node: Action Features139025
Node: Algorithm142320
Node: Look-Ahead144613
Node: Shift/Reduce146745
Node: Precedence149657
Node: Why Precedence150308
Node: Using Precedence152173
Node: Precedence Examples153141
Node: How Precedence153842
Node: Contextual Precedence154991
Node: Parser States156782
Node: Reduce/Reduce158025
Node: Mystery Conflicts161586
Node: Stack Overflow164972
Node: Error Recovery166345
Node: Context Dependency171481
Node: Semantic Tokens172329
Node: Lexical Tie-ins175346
Node: Tie-in Recovery176894
Node: Debugging179066
Node: Invocation182367
Node: Bison Options183097
Node: Environment Variables186531
Node: Option Cross Key187379
Node: VMS Invocation188223
Node: Table of Symbols189007
Node: Glossary196400
Node: Index202690

End Tag Table