16 Commits (d523549f6d003993120e50f6c14df195d3ff1472)

Author SHA1 Message Date
Siegfried Pammer d523549f6d fix indentation in Accessor blocks 14 years ago
Siegfried Pammer 7ed36c09e8 convert default(T) to Nothing and typeof() to GetType() 14 years ago
Siegfried Pammer 032f217237 implemented IfElseStatement and some more expressions 14 years ago
Siegfried Pammer 82c6419e7d implement translation of EnumDeclaration 14 years ago
Siegfried Pammer d2174182bc implement PropertyDeclaration; add Inherits/Implements to TypeDeclaration; implement output for DelegateDeclaration 14 years ago
Siegfried Pammer e0bfac9bd3 implement proper conversion of FieldDeclaration 14 years ago
Siegfried Pammer 43cf583e81 add MethodDeclaration, ConstructorDeclaration; EventMemberSpecifier, InterfaceMemberSpecifier for Handles and Implements clauses 14 years ago
Siegfried Pammer 3a26819995 add GetTypeExpression, GetXmlNamespaceExpression, MemberAccessExpression, TypeOfIsExpression and TypeReferenceExpression 14 years ago
Siegfried Pammer b3ec92a6ed implement AddressOfExpression, InstanceExpression, ParenthesizedExpression and SimpleNameExpression 14 years ago
Siegfried Pammer b9dc346330 implement Attribute conversion 14 years ago
Siegfried Pammer 5f5a38c0f6 add support for Imports and Namespaces 14 years ago
Siegfried Pammer b5c55470c5 finished implementation of global level VB constructs 14 years ago
Siegfried Pammer a810296de9 - fixed bugs/missing features in ExpressionFinder.atg 14 years ago
Siegfried Pammer dd8c7f7325 add new VBDemo 14 years ago
Siegfried Pammer 13a8348d4a add XmlLiteralString 14 years ago
Siegfried Pammer cb5a17366b deactivated uncompilable unit tests; added XmlIdentifier; removed old classes 14 years ago