mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-25 12:13:03 +00:00
doc: fixes.
* doc/bison.texinfo: Fix errors spotted by syntax-check.
This commit is contained in:
@@ -7607,7 +7607,7 @@ calls @code{yyerror} and then returns 2.
|
|||||||
|
|
||||||
Because Bison parsers have growing stacks, hitting the upper limit
|
Because Bison parsers have growing stacks, hitting the upper limit
|
||||||
usually results from using a right recursion instead of a left
|
usually results from using a right recursion instead of a left
|
||||||
recursion, @xref{Recursion, ,Recursive Rules}.
|
recursion, see @ref{Recursion, ,Recursive Rules}.
|
||||||
|
|
||||||
@vindex YYMAXDEPTH
|
@vindex YYMAXDEPTH
|
||||||
By defining the macro @code{YYMAXDEPTH}, you can control how deep the
|
By defining the macro @code{YYMAXDEPTH}, you can control how deep the
|
||||||
@@ -10471,8 +10471,8 @@ My parser returns with error with a @samp{memory exhausted}
|
|||||||
message. What can I do?
|
message. What can I do?
|
||||||
@end quotation
|
@end quotation
|
||||||
|
|
||||||
This question is already addressed elsewhere, @xref{Recursion,
|
This question is already addressed elsewhere, see @ref{Recursion, ,Recursive
|
||||||
,Recursive Rules}.
|
Rules}.
|
||||||
|
|
||||||
@node How Can I Reset the Parser
|
@node How Can I Reset the Parser
|
||||||
@section How Can I Reset the Parser
|
@section How Can I Reset the Parser
|
||||||
|
|||||||
Reference in New Issue
Block a user