On 8/25/2012 6:03 AM, Peter Alexander wrote:
Okay, so bitfields are rarely used, but many templates involve some use of CTFE, and templates are very common in D code. It's good that D's parser is fairly simple to implement (compared to C++ anyway), but to do automated refactoring you need simple semantic analysis, and this is something that D does not have.
How many IDEs can handle the C preprocessor, with token pasting and all, when refactoring?
