28 Commits (782887812f7a7defb2d906d4ea01dcc38fbe9a05)

Author SHA1 Message Date
Daniel Grunwald b35f1f247c Handle 'a::b' as MemberType (move aliases out of SimpleType). 15 years ago
Daniel Grunwald 7e530a90ac Fixed some bugs; added support for type references to TypeSystemConvertVisitor. 15 years ago
Daniel Grunwald 7656e7d937 CSharpParser: UsingDeclaration makes use of type reference 15 years ago
Daniel Grunwald 36af836115 Add PrimitiveType/SimpleType/MemberType. 15 years ago
Daniel Grunwald 61cde6c2f8 Add documentation providers (xml and binary). 15 years ago
Daniel Grunwald ebcfe909bd DomNode: enforce tree invariants, fix bug in InsertChildBefore, and add Remove/Replace methods. 15 years ago
Mike Krüger 3fd114cb96 Comments are now part of the dom. 15 years ago
Mike Krüger 7b6cecca2c Merged with mondevelop AST. + Did some minor renamings 15 years ago
Mike Krüger 396c2b3931 Updated AST & mcs. 15 years ago
Daniel Grunwald 24eb146c74 Add 'CommonTypeInference'. 15 years ago
Daniel Grunwald 8703df7bae Enable parser unit tests; ignore those that are broken. 15 years ago
Daniel Grunwald d8b8b53ba3 TypeSystemConvertVisitor: add constructor that initializes the visitor with a given context. 15 years ago
Daniel Grunwald 7d320b5da2 Added IResolveVisitorNavigator 15 years ago
Daniel Grunwald d3c18d130c TypeSystemConvertVisitor: add support for properties and events. 15 years ago
Daniel Grunwald c0b28c03e3 TypeSystemConvertVisitor: added support for fields and methods 15 years ago
Daniel Grunwald 6b282eaf3e Add TypeMembers unit tests. 15 years ago
Daniel Grunwald f52338f265 Add statement-level parser tests. 15 years ago
Daniel Grunwald 452cbf51be Add some GeneralScope unit tests. 15 years ago
Daniel Grunwald 823c73c93f Make IdentifierExpression.Identifier return the identifier string. 15 years ago
Daniel Grunwald 3b991e6a0d Simplify CSharp.Dom. 15 years ago
Daniel Grunwald 51c01bce67 Add "Resolve" button to NRefactory.Demo. 15 years ago
Daniel Grunwald 716a5f51fe Add NRefactory.Demo (TreeView for visualization of C# DOM) 15 years ago
Daniel Grunwald 2f91b65b74 Add more SimpleNameLookupTests. 15 years ago
Daniel Grunwald a7e253e3ea Add C# resolve visitor. 15 years ago
Daniel Grunwald 9b0435065e Add parser unit tests for expressions. 15 years ago
Mike Krüger a25ede2add Updated AST & provided c# parser implementation. 15 years ago
Daniel Grunwald fe78216ca4 Started implementing type inference. 15 years ago
Mike Krüger c4702354c5 Added C# DOM 15 years ago