6 Commits (43cf583e81d5ef9227e456ef6e3403b54455263f)

Author SHA1 Message Date
Siegfried Pammer 43cf583e81 add MethodDeclaration, ConstructorDeclaration; EventMemberSpecifier, InterfaceMemberSpecifier for Handles and Implements clauses 14 years ago
Siegfried Pammer b5c55470c5 finished implementation of global level VB constructs 14 years ago
Siegfried Pammer 13a8348d4a add XmlLiteralString 14 years ago
Siegfried Pammer cb5a17366b deactivated uncompilable unit tests; added XmlIdentifier; removed old classes 14 years ago
Siegfried Pammer b8599fcaa1 remove old parser code and further cleanup 14 years ago
Siegfried Pammer e1ee10ae10 start implementing new VB AST; remove AST generator 14 years ago
Daniel Grunwald e68833dd33 Add TestPlugin. 15 years ago
Daniel Grunwald 90542d2ea2 Fix parsing of query continuations for queries with multiple from clauses. 15 years ago
Mike Krüger ccd06a496c Fixed query expression tests. 15 years ago
Daniel Grunwald d4eaffbb42 Make pattern matching AST independent from C# AST. 15 years ago
Mike Krüger 2bee26ad27 Added AST formatting visitor. 15 years ago
Daniel Grunwald ccfd4ea12c Evaluate constant expressions in definite assignment analysis. 15 years ago
Daniel Grunwald 9974734473 Use a property to return the list of annotations. 15 years ago
Daniel Grunwald 60b3164b65 NRefactory AstNode: add DescendantsAndSelf property. 15 years ago
Daniel Grunwald 93e9d1e18b Use implicit conversion operator to convert from Pattern to AST nodes. 15 years ago
Daniel Grunwald 13c64178db Add some documentation comments. 15 years ago
Daniel Grunwald 9d5390cdbf Add pattern matching support to the NRefactory C# AST. 15 years ago
Daniel Grunwald 904b05fe5e NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead. 15 years ago
Mike Krüger 16baa75795 Corrected astvisitor interface naming. 15 years ago
Daniel Grunwald a33009d98b Add hyperlink support to decompiler. 15 years ago
Daniel Grunwald 880d23b163 Bug fixes in OutputVisitor. 15 years ago
Daniel Grunwald 594a637ce6 Enable automatic removal when replacing a node with its own descendant. 15 years ago
Daniel Grunwald 57522bf091 Enable automatic removal when replacing a node with its own descendant. 15 years ago
Daniel Grunwald a24999d720 Add InsertParenthesesVisitor 15 years ago
Daniel Grunwald 35a8fd1dfa Implemented OutputVisitor. 15 years ago
Daniel Grunwald 8186996c40 Add NamedArgumentExpression; cleanup the AST a bit. 15 years ago
Daniel Grunwald 6d9cdacc80 Add annotation support to AstNode. 15 years ago
Daniel Grunwald 9ed3976979 Add AstNode.Clone(). 15 years ago
Daniel Grunwald 5a0087aa1b Rename files Dom->Ast. 15 years ago
Daniel Grunwald bf49569c22 Rename Dom->Ast. 15 years ago
Daniel Grunwald 0f01f3be17 C# Ast refactoring: introduce Role<T> and add setters. 15 years ago
Daniel Grunwald 7656e7d937 CSharpParser: UsingDeclaration makes use of type reference 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 51c01bce67 Add "Resolve" button to NRefactory.Demo. 15 years ago
Mike Krüger c4702354c5 Added C# DOM 15 years ago