Transitioning C parser to C++

Dave Abrahams via Users list for the GNU Bison parser generator <[email protected]> Sun, 7 Mar 2021 10:43:19 -0800
Newsgroups gmane.comp.parsers.bison.general
Message-ID <CAMRLkJ7Zv93sNZHvB9oQZjXy6eqDRobBrmBxkUF5-7bxOFoOMA@mail.gmail.com>
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.  If
anyone's interested in updating the documentation, I can offer some
feedback about key points that would be useful to explain.

-- 
-Dave