35 Commits (67a3a09f75a43cd494ab0f8c0f08de5ea9a660ab)

Author SHA1 Message Date
Daniel Grunwald d80719c4ee Adjust ILSpy to NRefactory changes. 15 years ago
Artur Zgodziñski 19993ff43b more attribute targets implemented. 15 years ago
Artur Zgodziñski 75661da50e attributed parameter declaration. 15 years ago
Artur Zgodziñski 7e5e94534c Print a custom attribute's positional arguments. 15 years ago
Eusebiu Marcu 43eace86c8 Basic evaluation - first level 15 years ago
Daniel Grunwald fe173eff59 Add visitor support to pattern nodes (IPatternAstVisitor). Add pattern support to output visitor (makes debugging easier if you can print out patterns) 15 years ago
Daniel Grunwald bb2c1a792b Add support for 'any' operator and fix a bug in pattern matching. 15 years ago
Daniel Grunwald 9b1b38c72b Add simple backtracking support to pattern matching. 15 years ago
Daniel Grunwald 01cc3ecd38 Implement pattern matching for statements. 15 years ago
Daniel Grunwald 0d6d4e60de NRefactory AST: Add 'Repeat' pattern which matches an arbitrary number of nodes. 15 years ago
Daniel Grunwald 8dadc50191 Add some improvements to pattern matching. 15 years ago
Daniel Grunwald 1ee35abee8 Add Choice pattern. 15 years ago
Daniel Grunwald 1a9a65d7a9 OutputVisitor: allow writing constructor declarations without writing their parent type declaration. 15 years ago
Daniel Grunwald 81e08ade79 Add some documentation comments. 15 years ago
Daniel Grunwald 1b99074a8e Add pattern matching support to the NRefactory C# AST. 15 years ago
Daniel Grunwald 9912340414 NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead. 15 years ago
Daniel Grunwald a460bc65ab Fix order of modifiers. 15 years ago
David Srbecký 22646aa3b3 Fixed infinite loop in AstComparer 15 years ago
Eusebiu Marcu a0ca895498 Port debugger libraries to use new NRefactory. 15 years ago
Eusebiu Marcu edd396a82c Started porting the debugger code to use new NRefactory 15 years ago
Daniel Grunwald 4b21238342 Fixed output of enum members and the "const" modifier. 15 years ago
Daniel Grunwald d997511d58 Add hyperlink support to decompiler. 15 years ago
Daniel Grunwald b48fabaf05 Initial port to new NRefactory. 15 years ago
Daniel Grunwald 58cc5eee11 Enable automatic removal when replacing a node with its own descendant. 15 years ago