#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.
 
 
 
 
 
 
Simon Lindgren 0c9704d216 [Parser] Give ExpressionStatements with an invalid expression a semicolon if there was one in the file. 13 years ago
..
Bugs [UnitTest] Added test case for parser bug. 13 years ago
Expression Implemented better solution for the array initializer workaround hack. 13 years ago
GeneralScope Fix icsharpcode/NRefactory#28: Identity of lambda parameters 14 years ago
Statements [Parser] Give ExpressionStatements with an invalid expression a semicolon if there was one in the file. 13 years ago
TypeMembers CSharpAstResolver now can resolve type members even when no parsedFile is specified. 13 years ago
ParseSelfTests.cs Removed IRelocatable infrastructure - the start line could now be 14 years ago
ParseUtil.cs Simplify API for retrieving compiler errors/warnings. 13 years ago
TypeSystemConvertVisitorTests.cs Fixed some issues resolving members. 13 years ago