doc: add missing documentation for --report

* doc/bison.texi (Bison Options): Document --report's "solved", "all",
and "none".
This commit is contained in:
Akim Demaille
2012-10-03 08:43:10 +02:00
parent 6192d2c6de
commit c473e022d9

View File

@@ -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}