>I want to learn to generate parser in C++. However, the book by Levine
>only mentioned C++ in the last chapter, Chapter 9. All the examples in
>Chapter 1-8 are in C. Instead of reading the book in order, could
>somebody let me know if there is a faster way to learn bison to
>generate parser in C++?
>
>http://oreilly.com/catalog/9780596155988

Nearly everything it says about C parsers also apply to C++ parsers,
since nearly any C program is also a C++ program.  Just read the book,
you'll learn lots of useful stuff.

R's,
John


_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to