When to create Contexts (or: how does C++ do it)

David Nolden zwabel at googlemail.com
Mon Feb 11 05:53:49 UTC 2008


On Monday 11 February 2008 01:05:56 Andreas Pakulat wrote:
> ContextBuilder
>
> Typebuilder
>
> DeclarationBuilder
>
> right?
>
> Andreas

Yep, I think so. Although there were situations when this splitting up was 
quite painful(For example with forward-declarations), and it's a little hard 
to follow the exact code path. It might be simpler using just one builder 
class for a simpler language like python.

greetings, David




More information about the KDevelop-devel mailing list