mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
Don't let --report affect XML output; always print all information.
Discussed at <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>. * src/conflicts.c (log_resolution): Implement. * src/print-xml.c (print_core): Implement. (print_state): Implement. (print_xml): Implement. * NEWS (2.3a+): Fix quotes. * src/parse-gram.y (prologue_declaration): For consistency with -v, don't let %verbose clear the list specified by --report.
This commit is contained in:
2
NEWS
2
NEWS
@@ -18,7 +18,7 @@ Changes in version 2.3a+ (????-??-??):
|
||||
* Push Parsing
|
||||
|
||||
Bison can now generate an LALR(1) parser in C with a push interface. That
|
||||
is, instead of invoking yyparse, which pulls tokens from `yylex', you can
|
||||
is, instead of invoking `yyparse', which pulls tokens from `yylex', you can
|
||||
push one token at a time to the parser using `yypush_parse', which will
|
||||
return to the caller after processing each token. By default, the push
|
||||
interface is disabled. Either of the following directives will enable it:
|
||||
|
||||
Reference in New Issue
Block a user