#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
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.
 
 
 
 
 
 
Mike Krüger 0cb2388538 Separated the annotations from the ast node & added annotations to the 15 years ago
..
Expressions corrected output of primitive expressions. 15 years ago
GeneralScope Added patch from mhutch: [NRefactory] Add some name token accessors 15 years ago
Statements Fixing switch section output + it's now possible to track node output 15 years ago
TypeMembers Added patch from mhutch: [NRefactory] Add some name token accessors 15 years ago
AstLocation.cs Fix some parser issues. 15 years ago
AstNode.cs Separated the annotations from the ast node & added annotations to the 15 years ago
AstNodeCollection.cs Make pattern matching AST independent from C# AST. 15 years ago
AstType.cs Add some parser unit tests. 15 years ago
CSharpModifierToken.cs Add support for Modifiers.Any (for pattern-matching) and for AttributeSection patterns. 15 years ago
CSharpTokenNode.cs Renamed interface. 15 years ago
CSharpUtil.cs Implemented invert condition function. 15 years ago
CompilationUnit.cs Added error storage to IParsedFile. 15 years ago
ComposedType.cs Applied some of the optimizations suggested by Kris Vandermotten. #150 15 years ago
DepthFirstAstVisitor.cs Handled undocumented expressions. 15 years ago
IAstVisitor.cs Handled undocumented expressions. 15 years ago
IRelocatable.cs Renamed interface. 15 years ago
Identifier.cs Merge NRefactory changes from ILSpy. 15 years ago
MemberType.cs Fixed membertpe location. 15 years ago
Modifiers.cs Add support for Modifiers.Any (for pattern-matching) and for AttributeSection patterns. 15 years ago
NodeType.cs Make pattern matching AST independent from C# AST. 15 years ago
ObservableAstVisitor.cs Pass the parameter to the event handlers. 15 years ago
PrimitiveType.cs Fixed relocatable bug/removed some debug messages. 15 years ago
Role.cs start implementing new VB AST; remove AST generator 15 years ago
SimpleType.cs Added token atrribute. 15 years ago