15 Commits (5cf130c51fba1ffdc8ba85ec7c92863615c0aa28)

Author SHA1 Message Date
Siegfried Pammer 5cf130c51f correctly implement ForEachStatement and ForStatement; add output for ForStatement 14 years ago
Siegfried Pammer 84b283be62 add ConditionalExpression and WhileStatement 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
Siegfried Pammer 48774e40e4 add support for EventDeclaration and some more binary operators 14 years ago
Siegfried Pammer 8cb9d38d40 add ArrayInitializerExpression and ObjectCreationExpression 14 years ago
Siegfried Pammer 032f217237 implemented IfElseStatement and some more expressions 14 years ago
Siegfried Pammer e0bfac9bd3 implement proper conversion of FieldDeclaration 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 13a8348d4a add XmlLiteralString 14 years ago
Siegfried Pammer cb5a17366b deactivated uncompilable unit tests; added XmlIdentifier; removed old classes 14 years ago
Siegfried Pammer b8599fcaa1 remove old parser code and further cleanup 14 years ago
Siegfried Pammer e1ee10ae10 start implementing new VB AST; remove AST generator 14 years ago