#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 5c585e110b Apply license header to unit tests. 14 years ago
..
Expressions Apply license header to unit tests. 14 years ago
GeneralScope ResolveVisitor: skip tokens and comments 14 years ago
Statements Fixed lambda type inference for nested (curried) lambdas. 14 years ago
TypeMembers ResolveVisitor: skip tokens and comments 14 years ago
AstLocation.cs Fix some parser issues. 15 years ago
AstNode.cs Fixed lambda type inference for nested (curried) lambdas. 14 years ago
AstNodeCollection.cs Put MIT license into the file headers. 14 years ago
AstType.cs Put MIT license into the file headers. 14 years ago
CSharpModifierToken.cs Add support for Modifiers.Any (for pattern-matching) and for AttributeSection patterns. 15 years ago
CSharpTokenNode.cs Renamed interface. 14 years ago
CSharpUtil.cs Implemented invert condition function. 14 years ago
CompilationUnit.cs Updated mcs / included code completion expression lookup. 14 years ago
ComposedType.cs Applied some of the optimizations suggested by Kris Vandermotten. #150 14 years ago
DepthFirstAstVisitor.cs Handled undocumented expressions. 15 years ago
ErrorNode.cs Added error indicators for missing closing brackets. 14 years ago
IAstVisitor.cs Put MIT license into the file headers. 14 years ago
IRelocatable.cs Renamed interface. 14 years ago
Identifier.cs ResolveVisitor: skip tokens and comments 14 years ago
MemberType.cs Worked on attribute resolving. 14 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 14 years ago
ObservableAstVisitor.cs Pass the parameter to the event handlers. 14 years ago
PrimitiveType.cs Fixed relocatable bug/removed some debug messages. 14 years ago
Role.cs Put MIT license into the file headers. 14 years ago
SimpleType.cs Worked on attribute resolving. 14 years ago