mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
doc: clean up references to `Locations Overview'.
* doc/bison.texinfo (Locations Overview): Rename node to... (Locations): ... this, which is its section name. Update menus to match that and not to use the title `Tracking Locations', which is a different section.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2011-05-29 Joel E. Denny <joeldenny@joeldenny.org>
|
||||||
|
|
||||||
|
doc: clean up references to `Locations Overview'.
|
||||||
|
* doc/bison.texinfo (Locations Overview): Rename node to...
|
||||||
|
(Locations): ... this, which is its section name. Update menus to
|
||||||
|
match that and not to use the title `Tracking Locations', which is
|
||||||
|
a different section.
|
||||||
|
|
||||||
2011-05-29 Joel E. Denny <joeldenny@joeldenny.org>
|
2011-05-29 Joel E. Denny <joeldenny@joeldenny.org>
|
||||||
|
|
||||||
doc: clean up references to `Tracking Locations'.
|
doc: clean up references to `Tracking Locations'.
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ The Concepts of Bison
|
|||||||
the name of an identifier, etc.).
|
the name of an identifier, etc.).
|
||||||
* Semantic Actions:: Each rule can have an action containing C code.
|
* Semantic Actions:: Each rule can have an action containing C code.
|
||||||
* GLR Parsers:: Writing parsers for general context-free languages.
|
* GLR Parsers:: Writing parsers for general context-free languages.
|
||||||
* Locations Overview:: Tracking Locations.
|
* Locations:: Overview of location tracking.
|
||||||
* Bison Parser:: What are Bison's input and output,
|
* Bison Parser:: What are Bison's input and output,
|
||||||
how is the output used?
|
how is the output used?
|
||||||
* Stages:: Stages in writing and running Bison grammars.
|
* Stages:: Stages in writing and running Bison grammars.
|
||||||
@@ -449,7 +449,7 @@ use Bison or Yacc, we suggest you start by reading this chapter carefully.
|
|||||||
the name of an identifier, etc.).
|
the name of an identifier, etc.).
|
||||||
* Semantic Actions:: Each rule can have an action containing C code.
|
* Semantic Actions:: Each rule can have an action containing C code.
|
||||||
* GLR Parsers:: Writing parsers for general context-free languages.
|
* GLR Parsers:: Writing parsers for general context-free languages.
|
||||||
* Locations Overview:: Tracking Locations.
|
* Locations:: Overview of location tracking.
|
||||||
* Bison Parser:: What are Bison's input and output,
|
* Bison Parser:: What are Bison's input and output,
|
||||||
how is the output used?
|
how is the output used?
|
||||||
* Stages:: Stages in writing and running Bison grammars.
|
* Stages:: Stages in writing and running Bison grammars.
|
||||||
@@ -1205,7 +1205,7 @@ will suffice. Otherwise, we suggest
|
|||||||
%@}
|
%@}
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@node Locations Overview
|
@node Locations
|
||||||
@section Locations
|
@section Locations
|
||||||
@cindex location
|
@cindex location
|
||||||
@cindex textual location
|
@cindex textual location
|
||||||
|
|||||||
Reference in New Issue
Block a user