mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-08-30 13:05:16 +00:00
Add a missing word in the documentation
Small patch adds the word 'to' to the documentation.
This commit is contained in:
committed by
Akim Demaille
parent
370a302f34
commit
a6ec9ca2f1
@@ -95,6 +95,7 @@ Michiel De Wilde [email protected]
|
|||||||
Mickael Labau [email protected]
|
Mickael Labau [email protected]
|
||||||
Mike Castle [email protected]
|
Mike Castle [email protected]
|
||||||
Mike Sullivan [email protected]
|
Mike Sullivan [email protected]
|
||||||
|
Nate Guerin [email protected]
|
||||||
Neil Booth [email protected]
|
Neil Booth [email protected]
|
||||||
Nelson H. F. Beebe [email protected]
|
Nelson H. F. Beebe [email protected]
|
||||||
Nick Bowler [email protected]
|
Nick Bowler [email protected]
|
||||||
|
|||||||
+1
-1
@@ -8932,7 +8932,7 @@ clear the flag.
|
|||||||
|
|
||||||
Developing a parser can be a challenge, especially if you don't understand
|
Developing a parser can be a challenge, especially if you don't understand
|
||||||
the algorithm (@pxref{Algorithm, ,The Bison Parser Algorithm}). This
|
the algorithm (@pxref{Algorithm, ,The Bison Parser Algorithm}). This
|
||||||
chapter explains how understand and debug a parser.
|
chapter explains how to understand and debug a parser.
|
||||||
|
|
||||||
The first sections focus on the static part of the parser: its structure.
|
The first sections focus on the static part of the parser: its structure.
|
||||||
They explain how to generate and read the detailed description of the
|
They explain how to generate and read the detailed description of the
|
||||||
|
|||||||
Reference in New Issue
Block a user