52 Commits (d19a6d2c9690198c6a5d0a0954d426919bfafe28)

Author SHA1 Message Date
Daniel Grunwald 403486104c C# -> VB converter: Add support for 'await' operator 14 years ago
Daniel Grunwald b5b2408cbc Move NRefactory.CSharp to separate assembly. 15 years ago
Daniel Grunwald 18fb49ca7c Add TypeKind enum. 15 years ago
Siegfried Pammer 588557e892 fix case sensitivity in IsKeyword check 15 years ago
Siegfried Pammer 3e37fb24a9 fix output of object initializers 15 years ago
Siegfried Pammer 1398d8a39d add missing space after Case keyword 15 years ago
Siegfried Pammer e3a301e09a fix output of Inherits/Implements clauses 15 years ago
Siegfried Pammer 1d904e13c3 add folding 15 years ago
Siegfried Pammer 3265ddc27f implement conversion of attribute targets 15 years ago
Siegfried Pammer d4eabd06f0 relicense NR.VB under MIT X11 license 15 years ago
Siegfried Pammer e90fa22b4c implement query expression AST 15 years ago
Siegfried Pammer f7fcc9d68b implemented AnonymousObjectCreationExpression 15 years ago
Siegfried Pammer 46b5f4394f add EmptyExpression conversion, improve fixed-Statement conversion 15 years ago
Siegfried Pammer e7dd90c3ed implemented unchecked/checked expression, pointer access and so on 15 years ago
Siegfried Pammer 354aefa430 add conversion of DllImports to ExternalMethodDeclarations 15 years ago
Siegfried Pammer da4b1bab67 improve conversion of event declarations 15 years ago
Siegfried Pammer eab1ac6611 add ContinueStatement 15 years ago
Siegfried Pammer 95db1ebd71 added conversion to VB ForStatement 15 years ago
Siegfried Pammer 2e3d9fa7ab started implementation of QueryExpression 15 years ago
Siegfried Pammer d340669da1 make AddressOfExpression a UnaryOperatorExpression, move expressions to separate files, implement LambdaExpression 15 years ago
Siegfried Pammer bf89db8e85 implement GoToStatement 15 years ago
Siegfried Pammer 3531735e97 implemented DoLoopStatement and UsingStatement 15 years ago
Siegfried Pammer a3d75dbbf1 implement conversion of switch to Select Case 15 years ago
Siegfried Pammer 5cf130c51f correctly implement ForEachStatement and ForStatement; add output for ForStatement 15 years ago
Siegfried Pammer fa4694e3e0 implement VB 11 Iterators 15 years ago
Siegfried Pammer 57d92d186d add support for OperatorDeclaration and some more statements 15 years ago
Siegfried Pammer 84b283be62 add ConditionalExpression and WhileStatement 15 years ago
Siegfried Pammer 024348d187 implement NamedArgumentExpression and FieldInitializerExpression 15 years ago
Siegfried Pammer 1bb5b83fd5 implement conversion of AsExpression to TryCast, improve conversion of string literals, add UnaryOperatorExpression 15 years ago
Siegfried Pammer 3381b04961 implement ArrayCreateExpression and CastExpression 15 years ago
Siegfried Pammer 48774e40e4 add support for EventDeclaration and some more binary operators 15 years ago
Siegfried Pammer 1e2bce63a4 do not print method bodies in Interfaces 15 years ago
Siegfried Pammer d83c0e6d37 add support for comments 15 years ago
Siegfried Pammer 0f33774526 output ThrowStatement 15 years ago
Siegfried Pammer 8cb9d38d40 add ArrayInitializerExpression and ObjectCreationExpression 15 years ago
Siegfried Pammer d523549f6d fix indentation in Accessor blocks 15 years ago
Siegfried Pammer 7ed36c09e8 convert default(T) to Nothing and typeof() to GetType() 15 years ago
Siegfried Pammer 032f217237 implemented IfElseStatement and some more expressions 15 years ago
Siegfried Pammer 82c6419e7d implement translation of EnumDeclaration 15 years ago
Siegfried Pammer d2174182bc implement PropertyDeclaration; add Inherits/Implements to TypeDeclaration; implement output for DelegateDeclaration 15 years ago
Siegfried Pammer e0bfac9bd3 implement proper conversion of FieldDeclaration 15 years ago
Siegfried Pammer 43cf583e81 add MethodDeclaration, ConstructorDeclaration; EventMemberSpecifier, InterfaceMemberSpecifier for Handles and Implements clauses 15 years ago
Siegfried Pammer 3a26819995 add GetTypeExpression, GetXmlNamespaceExpression, MemberAccessExpression, TypeOfIsExpression and TypeReferenceExpression 15 years ago
Siegfried Pammer b3ec92a6ed implement AddressOfExpression, InstanceExpression, ParenthesizedExpression and SimpleNameExpression 15 years ago
Siegfried Pammer b9dc346330 implement Attribute conversion 15 years ago
Siegfried Pammer 5f5a38c0f6 add support for Imports and Namespaces 15 years ago
Siegfried Pammer b5c55470c5 finished implementation of global level VB constructs 15 years ago
Siegfried Pammer a810296de9 - fixed bugs/missing features in ExpressionFinder.atg 15 years ago
Siegfried Pammer dd8c7f7325 add new VBDemo 15 years ago
Siegfried Pammer 13a8348d4a add XmlLiteralString 15 years ago