mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
add support for --html
* bootstrap.conf: We need the "execute" module. * src/files.h, src/files.c (spec_html_file, html_flag): New. * src/getargs.h, src/getargs.c (--html): New. * src/print-xml.h, src/print-xml.c (print_html): New. * src/main.c: Use them. * tests/output.at, tests/report.at: Check --html.
This commit is contained in:
9
NEWS
9
NEWS
@@ -12,6 +12,15 @@ GNU Bison NEWS
|
||||
%header supersedes %defines. Both --defines and %defines are, of course,
|
||||
maintained for backward compatibility.
|
||||
|
||||
*** Option --html
|
||||
|
||||
Since version 2.4 Bison can be used to generate HTML reports. However it
|
||||
was a two-step process: first bison must be invoked with option --xml, and
|
||||
then xsltproc must be run to the convert the XML reports into HTML.
|
||||
|
||||
The new option --html combines these steps. The xsltproc program must be
|
||||
available.
|
||||
|
||||
*** A C++ native GLR parser
|
||||
|
||||
A new version of the generated C++ GLR parser was added as "glr2.cc". It
|
||||
|
||||
Reference in New Issue
Block a user