Re: [PATCH for Dlang support] d: change api.token.raw default value to true
Akim Demaille <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.patches |
|---|---|
| Message-ID | <[email protected]> |
> Le 3 oct. 2020 à 16:01, Adela Vais <[email protected]> a écrit : > > 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. Thanks Adela, installed (with a minor change in the doc to reflect this different default value). Cheers!