83 Commits (fffa297b8f86f51c93831868ef55948f2161e198)

Author SHA1 Message Date
Siegfried Pammer d78b1fe68d split Statements into single files 15 years ago
Siegfried Pammer 04460cc7d1 reimplement some helper methods 15 years ago
Siegfried Pammer 055f6d56e8 implement NamedArgumentExpression and FieldInitializerExpression 15 years ago
Siegfried Pammer 69d92bde98 implement conversion of AsExpression to TryCast, improve conversion of string literals, add UnaryOperatorExpression 15 years ago
Siegfried Pammer 2a45819408 implement ArrayCreateExpression and CastExpression 15 years ago
Siegfried Pammer 93b63848cc add support for EventDeclaration and some more binary operators 15 years ago
Siegfried Pammer 61747ff645 do not print method bodies in Interfaces 15 years ago
Siegfried Pammer 8610b14c83 add support for comments 15 years ago
Siegfried Pammer b0b7f032a8 output ThrowStatement 15 years ago
Siegfried Pammer a7d87fc65a add ArrayInitializerExpression and ObjectCreationExpression 15 years ago
Siegfried Pammer 173164ca23 fix indentation in Accessor blocks 15 years ago
Siegfried Pammer 2e6261fa10 convert default(T) to Nothing and typeof() to GetType() 15 years ago
Siegfried Pammer e5fb8d9560 implemented IfElseStatement and some more expressions 15 years ago
Siegfried Pammer 5f6386aed6 implement translation of EnumDeclaration 15 years ago
Siegfried Pammer 74c376bb98 implement PropertyDeclaration; add Inherits/Implements to TypeDeclaration; implement output for DelegateDeclaration 15 years ago
Siegfried Pammer 6e8b73b23a implement proper conversion of FieldDeclaration 15 years ago
Siegfried Pammer b7dfb82fb3 add MethodDeclaration, ConstructorDeclaration; 15 years ago
Siegfried Pammer 90013778f1 add GetTypeExpression, GetXmlNamespaceExpression, MemberAccessExpression, TypeOfIsExpression 15 years ago
Siegfried Pammer c08710e903 implement AddressOfExpression, InstanceExpression, ParenthesizedExpression and SimpleNameExpression 15 years ago
Siegfried Pammer fffd3d8e80 implement Attribute conversion 15 years ago
Siegfried Pammer d90a82e590 add support for Imports and Namespaces 15 years ago