Re: [PATCH 1/2] glr2.cc: fork glr.cc to a c++ version
Valentin Tolmer <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.patches |
|---|---|
| Message-ID | <CADxt4KYXpv+xN-Kqj9udvKu4UJ0W4HxhDhqsoziM74PDXc3Wxg@mail.gmail.com> |
I'll have a look on Wednesday (my bison day) On Sun, Aug 30, 2020, 13:00 Akim Demaille <[email protected]> wrote: > > > Le 30 août 2020 à 11:01, Akim Demaille <[email protected]> a écrit : > > > > One of the issues you should address very early is that you still pass > > yyparser as if it were a user param in many places, although you already > > have it as a member of your objects. So I get conflicts such as: > > As a first step, I suggest this patch. If you have not started > yet your own fixes. > > >