mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
doc: add missing documentation for --report
* doc/bison.texi (Bison Options): Document --report's "solved", "all", and "none".
This commit is contained in:
@@ -9072,13 +9072,23 @@ separated list of @var{things} among:
|
|||||||
Description of the grammar, conflicts (resolved and unresolved), and
|
Description of the grammar, conflicts (resolved and unresolved), and
|
||||||
parser's automaton.
|
parser's automaton.
|
||||||
|
|
||||||
|
@item itemset
|
||||||
|
Implies @code{state} and augments the description of the automaton with
|
||||||
|
the full set of items for each state, instead of its core only.
|
||||||
|
|
||||||
@item lookahead
|
@item lookahead
|
||||||
Implies @code{state} and augments the description of the automaton with
|
Implies @code{state} and augments the description of the automaton with
|
||||||
each rule's lookahead set.
|
each rule's lookahead set.
|
||||||
|
|
||||||
@item itemset
|
@item solved
|
||||||
Implies @code{state} and augments the description of the automaton with
|
Implies @code{state}. Explain how conflicts were solved thanks to
|
||||||
the full set of items for each state, instead of its core only.
|
precedence and associativity directives.
|
||||||
|
|
||||||
|
@item all
|
||||||
|
Enable all the items.
|
||||||
|
|
||||||
|
@item none
|
||||||
|
Do not generate the report.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@item --report-file=@var{file}
|
@item --report-file=@var{file}
|
||||||
|
|||||||
Reference in New Issue
Block a user