Errory recovery in C++ ANTLR parser?

sddamoke <guorongfeng@gmail.com>
Thu, 21 Jun 2007 02:29:43 -0700

          From comp.compilers

Related articles
Errory recovery in C++ ANTLR parser? guorongfeng@gmail.com (sddamoke) (2007-06-21)
| List of all articles for this month |

From: sddamoke <guorongfeng@gmail.com>
Newsgroups: comp.compilers
Date: Thu, 21 Jun 2007 02:29:43 -0700
Organization: Compilers Central
Keywords: parse, errors, question
Posted-Date: 22 Jun 2007 00:57:56 EDT

Hi, all.
              I want to develop a C++ parser, which is a part of program
understanding tool.
In order to do full parsing, it parses pre-processed code.
              Now, I have a C++ full parser, which works on post-processed
code and is generated by ANTLR. I want to modify it to meet my needs.
The key of the work is error recovery, but I have no idea about it.
Any one could give some advice?


              Many thanks for any help that can be provided.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.