#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 f30490c2a5 Add some parser unit tests. 15 years ago
..
BlockStatementTests.cs Fixed statement unit tests. 15 years ago
CheckedStatementTests.cs C# Ast refactoring: introduce Role<T> and add setters. 15 years ago
EmptyStatementTests.cs Add TypeMembers unit tests. 15 years ago
ExpressionStatementTests.cs Enable parser unit tests; ignore those that are broken. 15 years ago
FixedStatementTests.cs Add some parser unit tests. 15 years ago
ForStatementTests.cs Fixed statement unit tests. 15 years ago
GotoStatementTests.cs Fixed statement unit tests. 15 years ago
IfElseStatementTests.cs C# Ast refactoring: introduce Role<T> and add setters. 15 years ago
LabelStatementTests.cs Enable parser unit tests; ignore those that are broken. 15 years ago
LockStatementTests.cs Add TypeMembers unit tests. 15 years ago
ReturnStatementTests.cs Adjust unit tests to null object pattern. 15 years ago
SwitchStatementTests.cs Add statement-level parser tests. 15 years ago
ThrowStatementTests.cs Adjust unit tests to null object pattern. 15 years ago
TryCatchStatementTests.cs Make pattern matching AST independent from C# AST. 15 years ago
UnsafeStatementTests.cs C# Ast refactoring: introduce Role<T> and add setters. 15 years ago
UsingStatementTests.cs Add some parser unit tests. 15 years ago
VariableDeclarationStatementTests.cs Add some parser unit tests. 15 years ago
WhileStatementTests.cs Fixed tests. 15 years ago
YieldStatementTests.cs Re-enabled the unit tests that were commented out. 15 years ago