mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
d: change api.token.raw default value to true
Generate consecutive values for enum TokenKind, as D's yylex() returns TokenKind and collisions can't happen. * data/skeletons/d.m4: Change default value. * tests/scanner.at, tests/d.at: Check it.
This commit is contained in:
committed by
Akim Demaille
parent
e66673aa64
commit
7cd195b30a
@@ -6552,7 +6552,7 @@ When @code{api.token.raw} is set, the grammar cannot use character literals
|
||||
@item Accepted Values: Boolean.
|
||||
|
||||
@item Default Value:
|
||||
@code{false}
|
||||
@code{true} in D, @code{false} otherwise
|
||||
@item History:
|
||||
introduced in Bison 3.5. Was initially introduced in Bison 1.25 as
|
||||
@samp{%raw}, but never worked and was removed in Bison 1.29.
|
||||
|
||||
Reference in New Issue
Block a user