#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 4372b610ee Fixed lambda type inference for nested (curried) lambdas. 14 years ago
..
BlockStatement.cs Make pattern matching AST independent from C# AST. 15 years ago
BreakStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
CheckedStatement.cs Added some creation constructors. 15 years ago
ContinueStatement.cs Implement pattern matching for statements. 15 years ago
DoWhileStatement.cs Implement pattern matching for statements. 15 years ago
EmptyStatement.cs Renamed interface. 14 years ago
ExpressionStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
FixedStatement.cs Add pattern matching for MemberDeclarations. 15 years ago
ForStatement.cs NRefactory AST: Add 'Repeat' pattern which matches an arbitrary number of nodes. 15 years ago
ForeachStatement.cs Added DeclarationRegion property to IVariable. 14 years ago
GotoStatement.cs Reduced the memory consumption of identifiers a bit by saving the 14 years ago
IfElseStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
LabelStatement.cs Reduced the memory consumption of identifiers a bit by saving the 14 years ago
LockStatement.cs Implement pattern matching for statements. 15 years ago
ReturnStatement.cs Added some creation constructors. 15 years ago
Statement.cs Fixed lambda type inference for nested (curried) lambdas. 14 years ago
SwitchStatement.cs Fixing switch section output + it's now possible to track node output 14 years ago
ThrowStatement.cs Added some creation constructors. 15 years ago
TryCatchStatement.cs Added DeclarationRegion property to IVariable. 14 years ago
UncheckedStatement.cs Added some creation constructors. 15 years ago
UnsafeStatement.cs Implement pattern matching for statements. 15 years ago
UsingStatement.cs NRefactory AST: Add 'Repeat' pattern which matches an arbitrary number of nodes. 15 years ago
VariableDeclarationStatement.cs Merged some changes from monodevelop. 14 years ago
WhileStatement.cs Implement pattern matching for statements. 15 years ago
YieldBreakStatement.cs Implement pattern matching for statements. 15 years ago
YieldStatement.cs Implement pattern matching for statements. 15 years ago