home *** CD-ROM | disk | FTP | other *** search
- This is an experiment into building a LALR(1) grammar for C++. Notice
- how I solved the constructor/function definition problem. I don't think
- I left the parser in a working state when I quit. A detailed report of
- how a subset of this works will be appearing in Doctor Dobbs. You can
- download working code from DDJFOR for a C++ parser that parses C and C++
- declarations and prints them out in english (when is traverses the stored
- data).
-
- --John