[Kde-bindings] Common work for Qt4 bindings

Richard Dale Richard_Dale at tipitina.demon.co.uk
Tue Sep 13 11:12:36 UTC 2005


On Tuesday 13 September 2005 14:03, Eric Jardim wrote:
> 2005/9/13, Richard Dale <Richard_Dale at tipitina.demon.co.uk>:
> > What is being done right now in sense of common work?
> > Roberto Raggi is writing a C++ parser and AST walker/symbol table
> > framework
> > for use in KDevelop for parsing code completion, class browser and a
> > refactoring engine. My favourite option would be to use that one for
> > kdebindings too, for parsing and code generation. We could write language
> > bindings for the tree walker interface if we didn't want to do the code
> > generation in C++.
>
> Sounds very interesting. It is good that this parser is made *separate*
> from KDevelop. He is probably going to support Qt specifics like Q_PROPERTY
> and all.
I would expect so, but I'm not sure if it will have a full pre-processor.

> How is the progress of this parser? Where can I find it? Sorry for asking,
> but I am not part of the KDE team, well, not yet ;)
As far as I know it is going well. Maybe it is complete enough to do bindings 
experiments already (we need a complete symbol table and tree walking api). 
It is discussed on the kdevelop-devel at kdevelop.org list.

-- Richard



More information about the Kde-bindings mailing list