#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
43cf583e81
add MethodDeclaration, ConstructorDeclaration; EventMemberSpecifier, InterfaceMemberSpecifier for Handles and Implements clauses
|
14 years ago |
.. |
Expressions
|
add GetTypeExpression, GetXmlNamespaceExpression, MemberAccessExpression, TypeOfIsExpression and TypeReferenceExpression
|
14 years ago |
General
|
add MethodDeclaration, ConstructorDeclaration; EventMemberSpecifier, InterfaceMemberSpecifier for Handles and Implements clauses
|
14 years ago |
GlobalScope
|
add support for Imports and Namespaces
|
14 years ago |
Statements
|
remove old parser code and further cleanup
|
14 years ago |
TypeMembers
|
add MethodDeclaration, ConstructorDeclaration; EventMemberSpecifier, InterfaceMemberSpecifier for Handles and Implements clauses
|
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 MethodDeclaration, ConstructorDeclaration; EventMemberSpecifier, InterfaceMemberSpecifier for Handles and Implements clauses
|
14 years ago |
AstNodeCollection.cs
|
remove old parser code and further cleanup
|
14 years ago |
Enums.cs
|
finished implementation of global level VB constructs
|
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
|
deactivated uncompilable unit tests; added XmlIdentifier; removed old classes
|
14 years ago |
VBModifierToken.cs
|
finished implementation of global level VB constructs
|
14 years ago |
VBTokenNode.cs
|
reimplemented tests for OptionStatement
|
14 years ago |