Siegfried Pammer
|
46b5f4394f
|
add EmptyExpression conversion, improve fixed-Statement conversion
|
14 years ago |
Siegfried Pammer
|
e7dd90c3ed
|
implemented unchecked/checked expression, pointer access and so on
|
14 years ago |
Siegfried Pammer
|
c007a2a244
|
implemented fixed using GCHandle
|
14 years ago |
Siegfried Pammer
|
c431176e5c
|
convert C#ˈs undocumented expressions to method calls
|
14 years ago |
Siegfried Pammer
|
12eb661dcd
|
convert anonymous methods to multiline sub lambdas
|
14 years ago |
Siegfried Pammer
|
354aefa430
|
add conversion of DllImports to ExternalMethodDeclarations
|
14 years ago |
Siegfried Pammer
|
263971193e
|
convert dtor to Finalize Sub
|
14 years ago |
Siegfried Pammer
|
da4b1bab67
|
improve conversion of event declarations
|
14 years ago |
Siegfried Pammer
|
eab1ac6611
|
add ContinueStatement
|
14 years ago |
Siegfried Pammer
|
95db1ebd71
|
added conversion to VB ForStatement
|
14 years ago |
Siegfried Pammer
|
2e3d9fa7ab
|
started implementation of QueryExpression
|
14 years ago |
Siegfried Pammer
|
d340669da1
|
make AddressOfExpression a UnaryOperatorExpression, move expressions to separate files, implement LambdaExpression
|
14 years ago |
Siegfried Pammer
|
bf89db8e85
|
implement GoToStatement
|
14 years ago |
Siegfried Pammer
|
3531735e97
|
implemented DoLoopStatement and UsingStatement
|
14 years ago |
Siegfried Pammer
|
a3d75dbbf1
|
implement conversion of switch to Select Case
|
14 years ago |
Siegfried Pammer
|
5cf130c51f
|
correctly implement ForEachStatement and ForStatement; add output for ForStatement
|
14 years ago |
Siegfried Pammer
|
fa4694e3e0
|
implement VB 11 Iterators
|
14 years ago |
Siegfried Pammer
|
57d92d186d
|
add support for OperatorDeclaration and some more statements
|
14 years ago |
Siegfried Pammer
|
84b283be62
|
add ConditionalExpression and WhileStatement
|
14 years ago |
Siegfried Pammer
|
1c8d2aa4e2
|
split Statements into single files
|
14 years ago |
Siegfried Pammer
|
9ff6e733fa
|
reimplement some helper methods
|
14 years ago |
Siegfried Pammer
|
024348d187
|
implement NamedArgumentExpression and FieldInitializerExpression
|
14 years ago |
Siegfried Pammer
|
1bb5b83fd5
|
implement conversion of AsExpression to TryCast, improve conversion of string literals, add UnaryOperatorExpression
|
14 years ago |
Siegfried Pammer
|
3381b04961
|
implement ArrayCreateExpression and CastExpression
|
14 years ago |
Daniel Grunwald
|
c9238339a5
|
Fix build errors.
|
14 years ago |
Daniel Grunwald
|
c9d4a5d0c9
|
Rename ITypeResolveContext extension methods to be consistent with the new names of the ITypeResolveContext methods.
|
14 years ago |
Mike Krüger
|
44e796a198
|
Reduced the memory consumption of identifiers a bit by saving the
'isverbatim' bool.
Note: Don't introduce that as virtual property, otherwise the memory
saving is lost.
|
14 years ago |
Daniel Grunwald
|
fb57f7d545
|
Fixed several issues in the type system convert visitor.
|
14 years ago |
Mike Krüger
|
280b79b8c8
|
Fixed return type tokens
|
14 years ago |
Siegfried Pammer
|
48774e40e4
|
add support for EventDeclaration and some more binary operators
|
14 years ago |
Siegfried Pammer
|
1e2bce63a4
|
do not print method bodies in Interfaces
|
14 years ago |
Siegfried Pammer
|
d83c0e6d37
|
add support for comments
|
14 years ago |
Siegfried Pammer
|
0f33774526
|
output ThrowStatement
|
14 years ago |
Siegfried Pammer
|
8cb9d38d40
|
add ArrayInitializerExpression and ObjectCreationExpression
|
14 years ago |
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
- add QualifiedType
- partially implement TypeName in the parser
|
14 years ago |
Siegfried Pammer
|
dd8c7f7325
|
add new VBDemo
|
14 years ago |
Siegfried Pammer
|
13a8348d4a
|
add XmlLiteralString
|
14 years ago |
Siegfried Pammer
|
d82f280132
|
reimplemented tests for OptionStatement
|
14 years ago |