Re: Transitioning C parser to C++
Akim Demaille <[email protected]> Mon, 8 Mar 2021 05:58:56 +0100
| Newsgroups | gmane.comp.parsers.bison.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Dave, > Le 7 mars 2021 à 19:43, Dave Abrahams via Users list for the GNU Bison parser generator <[email protected]> a écrit : > > Hi, > > I've been updating a C-based parser to use some of the more-typesafe C++ > constructs, and run into several obstacles / things that were unclear. I was unaware you were still programming in C++ :) > If anyone's interested in updating the documentation, I can offer some > feedback about key points that would be useful to explain. It would certainly be interesting, thanks for the offer! As a matter of fact, if you have feedback on the C++ output itself, I would very be very happy to improve it. Cheers!