Daniel Grunwald
|
273178a141
|
Rename CompilationUnit to SyntaxTree.
|
13 years ago |
Daniel Grunwald
|
359fdd2382
|
Provide both Enter and Leave events in ObservableAstVisitor.
|
13 years ago |
Mike Krüger
|
0cbca24882
|
Added whitespace and text node.
They are needed anyways, now the ast should be theretically round-trip
complete.
|
14 years ago |
Mike Krüger
|
c7e1236c5a
|
Added NewLine ast node.
|
14 years ago |
Daniel Grunwald
|
2bebee46a1
|
C# XML documentation support.
|
14 years ago |
Mike Krüger
|
ec82082a36
|
Handled pre processor directives as separate AST node.
|
14 years ago |
Daniel Grunwald
|
e4d1f545fd
|
Add CodeDomConvertVisitor.
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |
Mike Krüger
|
3e99fabb2e
|
Fixed object create expression tests /remove named expression lists
(was an obsolete node).
I tried out the node, but choosed to go with namedexpression +
arrayinitializerexpression because it's semantically the same.
|
14 years ago |
Mike Krüger
|
3763397da8
|
Introduced namedexpression/namedexpressionlist to handle the
collection initializers better.
|
14 years ago |
Mike Krüger
|
014ecea255
|
Pass the parameter to the event handlers.
|
14 years ago |
Mike Krüger
|
1365588c57
|
passed type parameters to the observable ast visitor.
|
14 years ago |
Mike Krüger
|
d4d9ffd914
|
Added observer visitor.
|
14 years ago |