d: remove support for parse.error verbose

Without the history, D should not support this option. Before the
removal, 'detailed' and 'verbose' options generated the same code.

* data/skeletons/lalr1.d: Here.
* doc/bison.texi: Adapt tests to use 'detailed' instead of 'verbose'.
* tests/calc.at: Document it.
This commit is contained in:
Adela Vais
2021-01-07 13:39:43 +02:00
committed by Akim Demaille
parent f859462658
commit c13b3c02d3
5 changed files with 13 additions and 14 deletions

View File

@@ -20,7 +20,7 @@
%language "D"
%define api.parser.class {Calc}
%define parse.error verbose
%define parse.error detailed
%define parse.trace
%locations