Daniel Grunwald
|
e4d1f545fd
|
Add CodeDomConvertVisitor.
|
15 years ago |
Mike Krüger
|
d63f1fa0f6
|
Fixed named argument expression.
|
15 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
15 years ago |
Daniel Grunwald
|
5c585e110b
|
Apply license header to unit tests.
Add parser unit tests for ObjectCreateExpression.
|
15 years ago |
Daniel Grunwald
|
f86a014b9c
|
Put MIT license into the file headers.
|
15 years ago |
Mike Krüger
|
19653fa69d
|
Added identifier token property.
|
15 years ago |
Mike Krüger
|
44e796a198
|
Reduced the memory consumption of identifiers a bit by saving the
'isverbatim' bool.
Note: Don't introduce that as virtual property, otherwise the memory
saving is lost.
|
15 years ago |
Mike Krüger
|
873c18530b
|
Added attribute section parsing / fixed indexer declaration tests.
|
15 years ago |
Daniel Grunwald
|
9d5390cdbf
|
Add pattern matching support to the NRefactory C# AST.
|
15 years ago |
Mike Krüger
|
16baa75795
|
Corrected astvisitor interface naming.
|
15 years ago |
Daniel Grunwald
|
8186996c40
|
Add NamedArgumentExpression; cleanup the AST a bit.
|
15 years ago |