mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
Regen.
This commit is contained in:
208
doc/bison.info
208
doc/bison.info
@@ -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,
|
||||
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
|
||||
@@ -30,110 +30,112 @@ instead of in the original English.
|
||||
|
||||
|
||||
Indirect:
|
||||
bison.info-1: 1307
|
||||
bison.info-2: 50202
|
||||
bison.info-3: 99827
|
||||
bison.info-4: 148025
|
||||
bison.info-5: 190809
|
||||
bison.info-1: 1313
|
||||
bison.info-2: 50357
|
||||
bison.info-3: 99982
|
||||
bison.info-4: 148180
|
||||
bison.info-5: 190964
|
||||
|
||||
Tag Table:
|
||||
(Indirect)
|
||||
Node: Top1307
|
||||
Node: Introduction8543
|
||||
Node: Conditions9818
|
||||
Node: Copying11282
|
||||
Node: Concepts30485
|
||||
Node: Language and Grammar31564
|
||||
Node: Grammar in Bison36580
|
||||
Node: Semantic Values38504
|
||||
Node: Semantic Actions40605
|
||||
Node: Locations Overview41794
|
||||
Node: Bison Parser43241
|
||||
Node: Stages45553
|
||||
Node: Grammar Layout46836
|
||||
Node: Examples48093
|
||||
Node: RPN Calc49228
|
||||
Node: Rpcalc Decls50202
|
||||
Node: Rpcalc Rules51789
|
||||
Node: Rpcalc Input53589
|
||||
Node: Rpcalc Line55050
|
||||
Node: Rpcalc Expr56165
|
||||
Node: Rpcalc Lexer58110
|
||||
Node: Rpcalc Main60682
|
||||
Node: Rpcalc Error61080
|
||||
Node: Rpcalc Gen62088
|
||||
Node: Rpcalc Compile63237
|
||||
Node: Infix Calc64112
|
||||
Node: Simple Error Recovery66819
|
||||
Node: Multi-function Calc68705
|
||||
Node: Mfcalc Decl70271
|
||||
Node: Mfcalc Rules72294
|
||||
Node: Mfcalc Symtab73674
|
||||
Node: Exercises80047
|
||||
Node: Grammar File80553
|
||||
Node: Grammar Outline81401
|
||||
Node: C Declarations82135
|
||||
Node: Bison Declarations82715
|
||||
Node: Grammar Rules83127
|
||||
Node: C Code83587
|
||||
Node: Symbols84517
|
||||
Node: Rules89598
|
||||
Node: Recursion91237
|
||||
Node: Semantics92956
|
||||
Node: Value Type94050
|
||||
Node: Multiple Types94722
|
||||
Node: Actions95739
|
||||
Node: Action Types98524
|
||||
Node: Mid-Rule Actions99827
|
||||
Node: Locations105397
|
||||
Node: Location Type106045
|
||||
Node: Actions and Locations106603
|
||||
Node: Location Default Action108759
|
||||
Node: Declarations110222
|
||||
Node: Token Decl111541
|
||||
Node: Precedence Decl113554
|
||||
Node: Union Decl115105
|
||||
Node: Type Decl115949
|
||||
Node: Expect Decl116855
|
||||
Node: Start Decl118401
|
||||
Node: Pure Decl118779
|
||||
Node: Decl Summary120456
|
||||
Node: Multiple Parsers125839
|
||||
Node: Interface127333
|
||||
Node: Parser Function128205
|
||||
Node: Lexical129040
|
||||
Node: Calling Convention130446
|
||||
Node: Token Values133217
|
||||
Node: Token Positions134366
|
||||
Node: Pure Calling135251
|
||||
Node: Error Reporting138183
|
||||
Node: Action Features140305
|
||||
Node: Algorithm143600
|
||||
Node: Look-Ahead145893
|
||||
Node: Shift/Reduce148025
|
||||
Node: Precedence150937
|
||||
Node: Why Precedence151588
|
||||
Node: Using Precedence153453
|
||||
Node: Precedence Examples154421
|
||||
Node: How Precedence155122
|
||||
Node: Contextual Precedence156271
|
||||
Node: Parser States158062
|
||||
Node: Reduce/Reduce159305
|
||||
Node: Mystery Conflicts162866
|
||||
Node: Stack Overflow166252
|
||||
Node: Error Recovery167625
|
||||
Node: Context Dependency172761
|
||||
Node: Semantic Tokens173609
|
||||
Node: Lexical Tie-ins176626
|
||||
Node: Tie-in Recovery178174
|
||||
Node: Debugging180346
|
||||
Node: Invocation183647
|
||||
Node: Bison Options184899
|
||||
Node: Environment Variables188333
|
||||
Node: Option Cross Key189181
|
||||
Node: VMS Invocation190025
|
||||
Node: Table of Symbols190809
|
||||
Node: Glossary198202
|
||||
Node: Index204492
|
||||
Node: Top1313
|
||||
Node: Introduction8698
|
||||
Node: Conditions9973
|
||||
Node: Copying11437
|
||||
Node: Concepts30640
|
||||
Node: Language and Grammar31719
|
||||
Node: Grammar in Bison36735
|
||||
Node: Semantic Values38659
|
||||
Node: Semantic Actions40760
|
||||
Node: Locations Overview41949
|
||||
Node: Bison Parser43396
|
||||
Node: Stages45708
|
||||
Node: Grammar Layout46991
|
||||
Node: Examples48248
|
||||
Node: RPN Calc49383
|
||||
Node: Rpcalc Decls50357
|
||||
Node: Rpcalc Rules51944
|
||||
Node: Rpcalc Input53744
|
||||
Node: Rpcalc Line55205
|
||||
Node: Rpcalc Expr56320
|
||||
Node: Rpcalc Lexer58265
|
||||
Node: Rpcalc Main60837
|
||||
Node: Rpcalc Error61235
|
||||
Node: Rpcalc Gen62243
|
||||
Node: Rpcalc Compile63392
|
||||
Node: Infix Calc64267
|
||||
Node: Simple Error Recovery66974
|
||||
Node: Multi-function Calc68860
|
||||
Node: Mfcalc Decl70426
|
||||
Node: Mfcalc Rules72449
|
||||
Node: Mfcalc Symtab73829
|
||||
Node: Exercises80202
|
||||
Node: Grammar File80708
|
||||
Node: Grammar Outline81556
|
||||
Node: C Declarations82290
|
||||
Node: Bison Declarations82870
|
||||
Node: Grammar Rules83282
|
||||
Node: C Code83742
|
||||
Node: Symbols84672
|
||||
Node: Rules89753
|
||||
Node: Recursion91392
|
||||
Node: Semantics93111
|
||||
Node: Value Type94205
|
||||
Node: Multiple Types94877
|
||||
Node: Actions95894
|
||||
Node: Action Types98679
|
||||
Node: Mid-Rule Actions99982
|
||||
Node: Locations105552
|
||||
Node: Location Type106200
|
||||
Node: Actions and Locations106758
|
||||
Node: Location Default Action108914
|
||||
Node: Declarations110377
|
||||
Node: Token Decl111696
|
||||
Node: Precedence Decl113709
|
||||
Node: Union Decl115260
|
||||
Node: Type Decl116104
|
||||
Node: Expect Decl117010
|
||||
Node: Start Decl118556
|
||||
Node: Pure Decl118934
|
||||
Node: Decl Summary120611
|
||||
Node: Multiple Parsers125994
|
||||
Node: Interface127488
|
||||
Node: Parser Function128360
|
||||
Node: Lexical129195
|
||||
Node: Calling Convention130601
|
||||
Node: Token Values133372
|
||||
Node: Token Positions134521
|
||||
Node: Pure Calling135406
|
||||
Node: Error Reporting138338
|
||||
Node: Action Features140460
|
||||
Node: Algorithm143755
|
||||
Node: Look-Ahead146048
|
||||
Node: Shift/Reduce148180
|
||||
Node: Precedence151092
|
||||
Node: Why Precedence151743
|
||||
Node: Using Precedence153608
|
||||
Node: Precedence Examples154576
|
||||
Node: How Precedence155277
|
||||
Node: Contextual Precedence156426
|
||||
Node: Parser States158217
|
||||
Node: Reduce/Reduce159460
|
||||
Node: Mystery Conflicts163021
|
||||
Node: Stack Overflow166407
|
||||
Node: Error Recovery167780
|
||||
Node: Context Dependency172916
|
||||
Node: Semantic Tokens173764
|
||||
Node: Lexical Tie-ins176781
|
||||
Node: Tie-in Recovery178329
|
||||
Node: Debugging180501
|
||||
Node: Invocation183802
|
||||
Node: Bison Options185054
|
||||
Node: Environment Variables188488
|
||||
Node: Option Cross Key189336
|
||||
Node: VMS Invocation190180
|
||||
Node: Table of Symbols190964
|
||||
Node: Glossary198603
|
||||
Node: Copying This Manual204907
|
||||
Node: GNU Free Documentation License205116
|
||||
Node: Index224981
|
||||
|
||||
End Tag Table
|
||||
|
||||
Reference in New Issue
Block a user