Daniel Grunwald
|
191ac7c9df
|
Use GlobalAssemblyInfo.cs for all projects.
|
14 years ago |
Daniel Grunwald
|
01b538f97e
|
Fix CSharpToVBConverterVisitor (use Pattern.AnyString).
|
14 years ago |
Mike Krüger
|
7e5380551b
|
Updated mcs/fixed some code completion cases.
|
14 years ago |
Mike Krüger
|
64b7dff80c
|
Removed more target framework profiles.
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |
Siegfried Pammer
|
472daa9919
|
remove old files
|
14 years ago |
Daniel Grunwald
|
5a00a6cb6d
|
Mark ICSharpCode.NRefactory.VB as AnyCPU.
|
14 years ago |
Siegfried Pammer
|
e90fa22b4c
|
implement query expression AST
|
14 years ago |
Siegfried Pammer
|
f7fcc9d68b
|
implemented AnonymousObjectCreationExpression
|
14 years ago |
Siegfried Pammer
|
46b5f4394f
|
add EmptyExpression conversion, improve fixed-Statement conversion
|
14 years ago |
Siegfried Pammer
|
354aefa430
|
add conversion of DllImports to ExternalMethodDeclarations
|
14 years ago |
Siegfried Pammer
|
eab1ac6611
|
add ContinueStatement
|
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
|
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
|
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
|
d83c0e6d37
|
add support for comments
|
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
|
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
|
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
|
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 |
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
|
0f86823902
|
removed ILexer and AbstractLexer
|
15 years ago |
Siegfried Pammer
|
9502cdafe3
|
removed subdirectory "VB"
|
15 years ago |
Siegfried Pammer
|
2e87b46d7d
|
NRefactory.VB: splitted EmbeddedStatement into multiple productions
|
15 years ago |
Siegfried Pammer
|
561062526a
|
NRefactory.VB: cleaned Parser API and removed old C# constructs
|
15 years ago |
Siegfried Pammer
|
789ec0d31c
|
removed some C#-specific Dom classes
|
15 years ago |
Siegfried Pammer
|
913d531355
|
initial commit of NRefactory.VB
|
15 years ago |