.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
593 B

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