Daniel Grunwald
|
403486104c
|
C# -> VB converter: Add support for 'await' operator
|
13 years ago |
Sebastiaan Lubbers
|
6f9065e900
|
"__StackĄlloc" corrected in "__StackAlloc"
|
13 years ago |
Mike Krüger
|
063d0f569c
|
Renamed named expression identifier -> name.
|
13 years ago |
Mike Krüger
|
5dbe3654f5
|
[Ast] Renamed named argument expression identifier -> name.
|
13 years ago |
Daniel Grunwald
|
e0f3421c1d
|
Add support for type forwarders.
|
13 years ago |
Mike Krüger
|
3503318ede
|
Track role name changes in nrefactory.c#.
|
14 years ago |
Daniel Grunwald
|
2bebee46a1
|
C# XML documentation support.
|
14 years ago |
Daniel Grunwald
|
01b538f97e
|
Fix CSharpToVBConverterVisitor (use Pattern.AnyString).
|
14 years ago |
Mike Krüger
|
77a75818d6
|
Fixed constraints parsing #2.
|
14 years ago |
Mike Krüger
|
ec82082a36
|
Handled pre processor directives as separate AST node.
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Daniel Grunwald
|
9f988f6cb8
|
Adjust ILSpy to NRefactory changes.
|
14 years ago |
Daniel Grunwald
|
e4d1f545fd
|
Add CodeDomConvertVisitor.
|
14 years ago |
Siegfried Pammer
|
5a2b4d2072
|
fix out parameter output in CSharpToVBConverterVisitor
|
14 years ago |
Daniel Grunwald
|
b7a17c206e
|
Adjust unit tests to InvocationResolveResult changes.
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |
Daniel Grunwald
|
87992d3e56
|
Fix build for NRefactory.VB.
|
14 years ago |
Daniel Grunwald
|
7a2c59ae4a
|
Add GetMemberOptions.
|
14 years ago |
Daniel Grunwald
|
5c585e110b
|
Apply license header to unit tests.
Add parser unit tests for ObjectCreateExpression.
|
14 years ago |
Daniel Grunwald
|
18fb49ca7c
|
Add TypeKind enum.
|
14 years ago |
Siegfried Pammer
|
472daa9919
|
remove old files
|
14 years ago |
Siegfried Pammer
|
a854421669
|
corrected spelling of Overrides-modifier; convert virtual to Overridable and override to Overrides
|
14 years ago |
Siegfried Pammer
|
c428246d2c
|
use Is/IsNot for reference equality checks; add extension attribute for extension methods
|
14 years ago |
Siegfried Pammer
|
0346512595
|
remove shared modifier from module members
|
14 years ago |
Siegfried Pammer
|
fbc8b85221
|
convert static classes to modules
|
14 years ago |
Siegfried Pammer
|
ebeef27c8f
|
convert increment/decrement operator overloads to op_Increment/op_Decrement methods
|
14 years ago |
Siegfried Pammer
|
1d8a2944f8
|
map true/false operator to IsTrue/IsFalse
|
14 years ago |
Siegfried Pammer
|
4c8a11c898
|
improve conversion of special characters in string literals
|
14 years ago |
Siegfried Pammer
|
04d816cdf9
|
fix bug in checked statement handling
|
14 years ago |
Siegfried Pammer
|
610924ed7c
|
fix InvalidCastException in For-Next detection
|
14 years ago |
Siegfried Pammer
|
3265ddc27f
|
implement conversion of attribute targets
|
14 years ago |
Siegfried Pammer
|
d4eabd06f0
|
relicense NR.VB under MIT X11 license
|
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
|
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 |