Siegfried Pammer
610924ed7c
fix InvalidCastException in For-Next detection
15 years ago
Daniel Grunwald
5a00a6cb6d
Mark ICSharpCode.NRefactory.VB as AnyCPU.
15 years ago
Siegfried Pammer
1d904e13c3
add folding
15 years ago
Siegfried Pammer
3265ddc27f
implement conversion of attribute targets
15 years ago
Siegfried Pammer
d4eabd06f0
relicense NR.VB under MIT X11 license
15 years ago
Siegfried Pammer
e90fa22b4c
implement query expression AST
15 years ago
Siegfried Pammer
93cf054f98
Merge branch 'master' of github.com:icsharpcode/ILSpy into vb
...
Conflicts:
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj
ILSpy.sln
ILSpy/ILSpy.csproj
15 years ago
Siegfried Pammer
f7fcc9d68b
implemented AnonymousObjectCreationExpression
15 years ago
Siegfried Pammer
46b5f4394f
add EmptyExpression conversion, improve fixed-Statement conversion
15 years ago
Siegfried Pammer
e7dd90c3ed
implemented unchecked/checked expression, pointer access and so on
15 years ago
Siegfried Pammer
c007a2a244
implemented fixed using GCHandle
15 years ago
Siegfried Pammer
c431176e5c
convert C#ˈs undocumented expressions to method calls
15 years ago
Siegfried Pammer
12eb661dcd
convert anonymous methods to multiline sub lambdas
15 years ago
Siegfried Pammer
354aefa430
add conversion of DllImports to ExternalMethodDeclarations
15 years ago
Siegfried Pammer
263971193e
convert dtor to Finalize Sub
15 years ago
Siegfried Pammer
da4b1bab67
improve conversion of event declarations
15 years ago
Siegfried Pammer
eab1ac6611
add ContinueStatement
15 years ago
Siegfried Pammer
95db1ebd71
added conversion to VB ForStatement
15 years ago
Siegfried Pammer
2e3d9fa7ab
started implementation of QueryExpression
15 years ago
Siegfried Pammer
d340669da1
make AddressOfExpression a UnaryOperatorExpression, move expressions to separate files, implement LambdaExpression
15 years ago
Siegfried Pammer
bf89db8e85
implement GoToStatement
15 years ago
Siegfried Pammer
3531735e97
implemented DoLoopStatement and UsingStatement
15 years ago
Siegfried Pammer
a3d75dbbf1
implement conversion of switch to Select Case
15 years ago
Siegfried Pammer
5cf130c51f
correctly implement ForEachStatement and ForStatement; add output for ForStatement
15 years ago
Siegfried Pammer
fa4694e3e0
implement VB 11 Iterators
15 years ago
Daniel Grunwald
8137e58c22
Merge NRefactory 9675caf1e9
15 years ago
Siegfried Pammer
57d92d186d
add support for OperatorDeclaration and some more statements
15 years ago
Daniel Grunwald
9675caf1e9
ReadOnlyDocument: rename textBuffer->textSource
15 years ago
Daniel Grunwald
97d096414b
Fixed GetDelegateInvokeMethod() for parameterized types.
...
Fixed copy constructor of DefaultMethod.
Fixed handling of "class" constraint in CecilLoader.
15 years ago
Mike Krüger
42d4d7d042
fixed some bugs in use explicit type context action.
15 years ago
Mike Krüger
79b9582964
Fixed failing attribute unit tests.
15 years ago
Mike Krüger
6fb0a903cc
Added error indicators for missing closing brackets.
15 years ago
Siegfried Pammer
84b283be62
add ConditionalExpression and WhileStatement
15 years ago
Mike Krüger
a11458e203
Worked on attribute resolving.
...
Some tests fail because of wrongly loaded classes in my system.
Daniel: Can you check the constructor attribute cases. I think
something doesn't work in the Cecil loader on my system. I only get 1
empty constructor for LoaderOptimization & the name on my system is
.ctor instead of #ctor.
15 years ago
Siegfried Pammer
1c8d2aa4e2
split Statements into single files
15 years ago
Siegfried Pammer
9ff6e733fa
reimplement some helper methods
15 years ago
Siegfried Pammer
024348d187
implement NamedArgumentExpression and FieldInitializerExpression
15 years ago
Siegfried Pammer
1bb5b83fd5
implement conversion of AsExpression to TryCast, improve conversion of string literals, add UnaryOperatorExpression
15 years ago
Siegfried Pammer
3381b04961
implement ArrayCreateExpression and CastExpression
15 years ago
Mike Krüger
cf8a4120d4
Use equals.
15 years ago
Mike Krüger
5c398f2698
fixed return types of anonymous type properties.
...
Re-used the var type reference for that.
15 years ago
Mike Krüger
c458e0603d
Implemented anonymous types.
15 years ago
Mike Krüger
19653fa69d
Added identifier token property.
15 years ago
Mike Krüger
96d1b7f08e
fixed check.
15 years ago
Mike Krüger
1af72c9650
GetResolveableNodeAt is now more selective.
15 years ago
Mike Krüger
b74fe9381c
Set compiler errors to parsed file.
15 years ago
Mike Krüger
b411a2a5f6
fixed possible null ref.
15 years ago
Mike Krüger
7e708a653d
Worked on ast formatter tests.
15 years ago
Daniel Grunwald
fa55d149d5
Fix adding assembly attributes to SimpleProjectContent.
...
Fixed MemberLookup.IsInvocable().
Add (ignored) unit tests for user-defined binary operators.
15 years ago
Mike Krüger
b36846581b
fixed bug.
15 years ago