#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.
 
 
 
 
 
 
Siegfried Pammer 024348d187 implement NamedArgumentExpression and FieldInitializerExpression 14 years ago
..
Expressions implement NamedArgumentExpression and FieldInitializerExpression 14 years ago
General implement proper conversion of FieldDeclaration 14 years ago
GlobalScope implement translation of EnumDeclaration 14 years ago
Statements implemented IfElseStatement and some more expressions 14 years ago
TypeMembers add support for EventDeclaration and some more binary operators 14 years ago
TypeName - fixed bugs/missing features in ExpressionFinder.atg 14 years ago
AstLocation.cs start implementing new VB AST; remove AST generator 14 years ago
AstNode.cs add support for comments 14 years ago
AstNodeCollection.cs remove old parser code and further cleanup 14 years ago
Comment.cs add support for comments 14 years ago
Enums.cs implement conversion of AsExpression to TryCast, improve conversion of string literals, add UnaryOperatorExpression 14 years ago
Generated.cs remove old parser code and further cleanup 14 years ago
INullable.cs renamed VB.Dom to VB.Ast 15 years ago
Identifier.cs implement conversion of AsExpression to TryCast, improve conversion of string literals, add UnaryOperatorExpression 14 years ago
VBModifierToken.cs implemented IfElseStatement and some more expressions 14 years ago
VBTokenNode.cs reimplemented tests for OptionStatement 14 years ago