bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] Display the symbol types in the reports


From: Akim Demaille
Subject: [PATCH 0/4] Display the symbol types in the reports
Date: Mon, 18 Jun 2018 07:33:18 +0200

Currently --report does not print the symbol types.  In fact, nothing
about the types is written.  It makes sense, since *output is about
the grammar/parser itself, not the actions.  But it also doesn't make
sense, since *output is expected to help the user understand better
her grammar/parser.

While working on typed midrule actions, I felt I wanted to see these
types.

I would say the only real question is whether this should be enabled
by default (--verbose) or whether --report should have a new flag for
this piece of information.  IOW, are there any _tools_ that depend on
the precise format of the *output files?

Akim Demaille (4):
  style: reduce scopes
  style: split large function
  style: reduce scopes
  report: display the type of the symbols

 src/print.c | 44 ++++++++++++++++++++++++++++++--------------
 1 file changed, 30 insertions(+), 14 deletions(-)

-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]