home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 3.ddi / PARSE.ZIP / READ.ME < prev   
Encoding:
Text File  |  1989-07-10  |  457 b   |  9 lines

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