New parser branch (Was: Dumping the source DOM?)

Vladimir Prus ghost at cs.msu.su
Thu Jun 30 15:48:05 UTC 2005


On Thursday 30 June 2005 16:39, Adam Treat wrote:

> > Another thing I'm interested in is C++ refactoring, and the requires
> > information about variables and function *bodies* in general, that gccxml
> > does not provide.
> >
> > It's somewhat depressing that there's no open-source C++ parser with a
> > nice interface that understand of all the language.
> >
> > > I'm interested in the new method dialog and, etc.
> >
> > Why does this require information about existing methods?
> >
> > - Volodya
>
> Dude, it is coming.  See Roberto's KDevelop4 parser branch in svn.

I'd be happy if that parser can parse everything, but:

ghost at zigzag:~/build/kdevelop4-parser$ r++ lexer.cpp
Segmentation fault
ghost at zigzag:~/build/kdevelop4-parser$ r++ ast.cpp
Segmentation fault
ghost at zigzag:~/build/kdevelop4-parser$ r++ tokens.h
Segmentation fault

Am I doing something wrong?

- Volodya




More information about the KDevelop-devel mailing list