#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 a5c93a38e4 Adjust resolver to object initializer AST changes. 15 years ago
..
Expressions Adjust resolver to object initializer AST changes. 15 years ago
GeneralScope ResolveVisitor: skip tokens and comments 15 years ago
Statements Fixed lambda type inference for nested (curried) lambdas. 15 years ago
TypeMembers ResolveVisitor: skip tokens and comments 15 years ago
AstLocation.cs Fix some parser issues. 15 years ago
AstNode.cs Fixed lambda type inference for nested (curried) lambdas. 15 years ago
AstNodeCollection.cs Put MIT license into the file headers. 15 years ago
AstType.cs Put MIT license into the file headers. 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 Updated mcs / included code completion expression lookup. 15 years ago
ComposedType.cs Applied some of the optimizations suggested by Kris Vandermotten. #150 15 years ago
DepthFirstAstVisitor.cs Fixed object create expression tests /remove named expression lists 15 years ago
ErrorNode.cs Added error indicators for missing closing brackets. 15 years ago
IAstVisitor.cs Fixed object create expression tests /remove named expression lists 15 years ago
IRelocatable.cs Renamed interface. 15 years ago
Identifier.cs ResolveVisitor: skip tokens and comments 15 years ago
MemberType.cs Worked on attribute resolving. 15 years ago
Modifiers.cs Add support for Modifiers.Any (for pattern-matching) and for AttributeSection patterns. 15 years ago
NodeType.cs ResolveVisitor: skip tokens and comments 15 years ago
ObservableAstVisitor.cs Fixed object create expression tests /remove named expression lists 15 years ago
PrimitiveType.cs Fixed relocatable bug/removed some debug messages. 15 years ago
Role.cs Put MIT license into the file headers. 15 years ago
SimpleType.cs Worked on attribute resolving. 15 years ago