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 |
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 |
Siegfried Pammer
|
605a56a53d
|
merged changes related to lambdas and expression finding from old NRefactory
|
15 years ago |
Siegfried Pammer
|
8c36dd80cb
|
renamed VB.Dom to VB.Ast
|
15 years ago |
Daniel Grunwald
|
41b4385d7c
|
Port NRefactory to .NET 3.5.
|
15 years ago |
Siegfried Pammer
|
28b37d274d
|
added VB to Demo (most code copied from old sample)
|
15 years ago |
Siegfried Pammer
|
4dbe96cb8f
|
updated .gitignore files
|
15 years ago |
Siegfried Pammer
|
8c12f1cdad
|
fixed NullReferenceException-bug in VBLexer; allow empty arguments (optional arguments) in VB argument list
|
15 years ago |
Siegfried Pammer
|
d6f6d24c81
|
fixed wrong position of Implements/Handles clause in Sub/Function declarations
|
15 years ago |
Siegfried Pammer
|
0f86823902
|
removed ILexer and AbstractLexer
|
15 years ago |
Siegfried Pammer
|
02bf6bb8cc
|
NRefactory.VB: fixed LL(1) warning related to ArgumentList
|
15 years ago |
Siegfried Pammer
|
9e536aa039
|
NRefactory.VB: fixed UsingStatementTests
|
15 years ago |
Siegfried Pammer
|
5543433286
|
NRefactory.VB: fixed ResumeStatement
|
15 years ago |
Siegfried Pammer
|
9502cdafe3
|
removed subdirectory "VB"
|
15 years ago |