Hi Adela, > Le 4 avr. 2021 à 02:23, Adela Vais <adela.vai...@gmail.com> a écrit : > > Hello Akim, > > I updated the D documentation.
Thanks, installed! However there is some confusion here on the meaning of "api.token.constructor". Its purpose it to generate the make_TOKEN functions. I just noticed that because of various renamings in C++, these functions are still generated in other cases, but they should not. I will clarify this, sorry about it. > Can you please confirm that the > directives lr.default-reduction, lr.keep-unreachable-state, and lr.type are > available for the D backend because they are implemented in > Bison's src? I found something in src/muscle-tab.c, but I want to be sure. Yes, they are related to the way the tables are generated, they do not change anything in the code itself. So they are cross-languages. Cheers!