#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.
 
 
 
 
 
 
Daniel Grunwald ccfd4ea12c Evaluate constant expressions in definite assignment analysis. 15 years ago
..
Expressions Fix issues in definite assignment analysis. 15 years ago
GeneralScope AST bugfixes. 15 years ago
PatternMatching Enable using patterns in place of catch clauses. 15 years ago
Statements Fix issues in definite assignment analysis. 15 years ago
TypeMembers Set NRefactory back to .NET 4.0 (we're not going to port ILSpy to .NET 3.5) 15 years ago
AstLocation.cs Fix some parser issues. 15 years ago
AstNode.cs Evaluate constant expressions in definite assignment analysis. 15 years ago
AstNodeCollection.cs Evaluate constant expressions in definite assignment analysis. 15 years ago
AstType.cs AstNode: add Invoke() methods to AstType (builds InvocationExpression for static methods) 15 years ago
CSharpModifierToken.cs Add support for Modifiers.Any (for pattern-matching) and for AttributeSection patterns. 15 years ago
CSharpTokenNode.cs AST bugfixes. 15 years ago
CompilationUnit.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
ComposedType.cs Improve spacing in fixed statement output. 15 years ago
DepthFirstAstVisitor.cs Fix issues in definite assignment analysis. 15 years ago
IAstVisitor.cs Merge remote branch 'origin/master' into master. 15 years ago
Identifier.cs AST bugfixes. 15 years ago
MemberType.cs Port NRefactory to .NET 3.5. 15 years ago
Modifiers.cs Add support for Modifiers.Any (for pattern-matching) and for AttributeSection patterns. 15 years ago
NodeType.cs 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
PrimitiveType.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
Role.cs Bug fixes. 15 years ago
SimpleType.cs Port NRefactory to .NET 3.5. 15 years ago