Parser: - "extern alias" declarations - "fixed int Field[100];" (fixed-size field declarations) - support generics - fix bugs (see currently ignored unit tests) - put newlines into the AST - add API to report errors - allow multithreaded parsing Resolver: - Tons of unit tests for TypeSystemConvertVisitor - Lambda expressions - Handle attributes - Port all #D resolver unit tests to NR - Port all MD resolver unit tests to NR Features: - Code Completion - Find References - Extract Method refactoring For integration into SharpDevelop: - Review NR and DOM changes done in the timeframe