6 Commits (ff9789f8a7fd74a0a3389054e68fb116bfa7f238)

Author SHA1 Message Date
Siegfried Pammer db3bd17849 fix #595 - UInt32 conversion; 9 years ago
Siegfried Pammer e1a749fa31 fix #654 - VB array initializers: '()()' instead of '()' 9 years ago
Siegfried Pammer ff6272ebfc fix #655 - Missing generic parameter in vb lang 9 years ago
Siegfried Pammer 1ff2a7e20c fix #438 - Base call to new rendered incorrectly in vb.net 9 years ago
Siegfried Pammer 4a85705f85 fix #680 - Line feed missing (VB decompiling) 9 years ago
Daniel Grunwald 6e47de16f8 Delete in-tree AvalonEdit, NRefactory and Mono.Cecil in preparation for using git submodules. 10 years ago
Daniel Grunwald 804fbb0ec3 Remove NRefactory source code, preparing for submodule 10 years ago
Siegfried Pammer 056dfa1194 remove old LGPL code copied from SharpDevelop 4 11 years ago
Siegfried Pammer 74238630cf fix #367 - VB output issues 12 years ago
Siegfried Pammer a52e0b2e64 fix #397 - Incorrect code generated for adding event handler in VB.NET. 12 years ago
Daniel Grunwald 2edcaa2c44 Initial implementation of async/await decompiler. 13 years ago
Siegfried Pammer b940799a95 fix case sensitivity in IsKeyword check 14 years ago
Siegfried Pammer d2b564dca2 fix output of object initializers 14 years ago
Siegfried Pammer 9bfb3edc2a add missing space after Case keyword 14 years ago
Siegfried Pammer d5672db69b fix output of Inherits/Implements clauses 14 years ago
Siegfried Pammer 3e009aaa1b add folding 14 years ago
Siegfried Pammer d54c9d5330 implement conversion of attribute targets 14 years ago
Siegfried Pammer 7542cc72bb relicense NR.VB under MIT X11 license 14 years ago
Siegfried Pammer 3526e79db6 implement query expression AST 14 years ago
Siegfried Pammer 9c4b29665d implemented AnonymousObjectCreationExpression 14 years ago
Siegfried Pammer 7d8d3195f0 add EmptyExpression conversion, improve fixed-Statement conversion 14 years ago
Siegfried Pammer a6719771a6 implemented unchecked/checked expression, pointer access and so on 14 years ago
Siegfried Pammer 6e7b1d27fb add conversion of DllImports to ExternalMethodDeclarations 14 years ago
Siegfried Pammer 3e729ee910 improve conversion of event declarations 14 years ago
Siegfried Pammer e06ddae674 add ContinueStatement 14 years ago
Siegfried Pammer c19010f989 added conversion to VB ForStatement 14 years ago
Siegfried Pammer dd8e2a2a51 started implementation of QueryExpression 14 years ago
Siegfried Pammer 01326a8db6 make AddressOfExpression a UnaryOperatorExpression, move expressions to separate files, implement LambdaExpression 14 years ago
Siegfried Pammer e9982832ae implement GoToStatement 14 years ago
Siegfried Pammer 15bc1e3a9d implemented DoLoopStatement and UsingStatement 14 years ago
Siegfried Pammer 45999f4358 implement conversion of switch to Select Case 14 years ago
Siegfried Pammer 0eb61a2524 correctly implement ForEachStatement and ForStatement; add output for ForStatement 14 years ago
Siegfried Pammer f07bde37c7 implement VB 11 Iterators 14 years ago
Siegfried Pammer ff97e9c634 add support for OperatorDeclaration and some more statements 14 years ago
Siegfried Pammer f208a18bb6 add ConditionalExpression and WhileStatement 14 years ago
Siegfried Pammer 055f6d56e8 implement NamedArgumentExpression and FieldInitializerExpression 14 years ago
Siegfried Pammer 69d92bde98 implement conversion of AsExpression to TryCast, improve conversion of string literals, add UnaryOperatorExpression 14 years ago
Siegfried Pammer 2a45819408 implement ArrayCreateExpression and CastExpression 14 years ago
Siegfried Pammer 93b63848cc add support for EventDeclaration and some more binary operators 14 years ago
Siegfried Pammer 61747ff645 do not print method bodies in Interfaces 14 years ago
Siegfried Pammer 8610b14c83 add support for comments 14 years ago
Siegfried Pammer b0b7f032a8 output ThrowStatement 14 years ago
Siegfried Pammer a7d87fc65a add ArrayInitializerExpression and ObjectCreationExpression 14 years ago
Siegfried Pammer 173164ca23 fix indentation in Accessor blocks 14 years ago
Siegfried Pammer 2e6261fa10 convert default(T) to Nothing and typeof() to GetType() 14 years ago
Siegfried Pammer e5fb8d9560 implemented IfElseStatement and some more expressions 14 years ago
Siegfried Pammer 5f6386aed6 implement translation of EnumDeclaration 14 years ago
Siegfried Pammer 74c376bb98 implement PropertyDeclaration; add Inherits/Implements to TypeDeclaration; implement output for DelegateDeclaration 14 years ago
Siegfried Pammer 6e8b73b23a implement proper conversion of FieldDeclaration 14 years ago
Siegfried Pammer b7dfb82fb3 add MethodDeclaration, ConstructorDeclaration; 14 years ago