From 57f8bd8d18cec4004423eeec8cb8338a0afd46c7 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 3 Oct 2012 08:43:10 +0200 Subject: [PATCH 1/1] doc: add missing documentation for --report * doc/bison.texi (Bison Options): Document --report's "solved", "all", and "none". --- doc/bison.texi | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/bison.texi b/doc/bison.texi index 69836112..ba18d9a9 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -9072,13 +9072,23 @@ separated list of @var{things} among: Description of the grammar, conflicts (resolved and unresolved), and 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 Implies @code{state} and augments the description of the automaton with each rule's lookahead set. -@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 solved +Implies @code{state}. Explain how conflicts were solved thanks to +precedence and associativity directives. + +@item all +Enable all the items. + +@item none +Do not generate the report. @end table @item --report-file=@var{file} -- 2.45.2