mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
news, todo: update
This commit is contained in:
4
NEWS
4
NEWS
@@ -6,6 +6,8 @@ GNU Bison NEWS
|
||||
|
||||
*** Counterexample Generation
|
||||
|
||||
Contributed by Vincent Imbimbo.
|
||||
|
||||
When given `--report=counterexamples` or `-Wcounterexamples`, bison will
|
||||
now output counterexamples for conflicts in the grammar. These are
|
||||
strings in the grammar which can be parsed in two ways due to the
|
||||
@@ -30,6 +32,8 @@ GNU Bison NEWS
|
||||
|
||||
*** File prefix mapping
|
||||
|
||||
Contributed by Joshua Watt.
|
||||
|
||||
Bison learned a new argument, `--file-prefix-map OLD=NEW`. Any file path
|
||||
in the output (specifically `#line` directives and `#ifdef` header guards)
|
||||
that begins with the prefix OLD will have it replaced with the prefix NEW,
|
||||
|
||||
Reference in New Issue
Block a user