Menu

#12 Parser able to handle multiple errors per file

open-later
nobody
5
2005-06-01
2005-03-24
No

It seems that the parser gives up after the first
syntax-error. That's fine for a parser supporting a
compiler, but it's not good for the purpose it's used
in pydev.

I'd like to see the parser continue after syntax-error
(as good as it can) to check for more syntax errors in
the file, for use in right-margin and problems-view,
and for case of code-completion, to get more symbols
out of the file.

The Eclipse JDT java parser does this.

Discussion

  • Fabio Zadrozny

    Fabio Zadrozny - 2005-06-01

    Logged In: YES
    user_id=617340

    Research has started for it, but I don't know when will it
    be implemented (blog link for research:
    http://pydev.blogspot.com/2005/05/pydev-parser-future.html )

     
  • Fabio Zadrozny

    Fabio Zadrozny - 2005-06-01
    • status: open --> open-later