Daniel Grunwald
|
087aee7fe8
|
Simplify parser API.
|
13 years ago |
Daniel Grunwald
|
eaba9798d3
|
Rename 'cu' to 'syntaxTree'.
|
13 years ago |
Daniel Grunwald
|
273178a141
|
Rename CompilationUnit to SyntaxTree.
|
13 years ago |
Daniel Grunwald
|
050035186c
|
Simplify API for retrieving compiler errors/warnings.
|
13 years ago |
Daniel Grunwald
|
a353f23d70
|
Combine AttributedNode and MemberDeclaration into EntityDeclaration.
|
14 years ago |
Daniel Grunwald
|
3eee3466a4
|
CSharpOutputVisitor is now using the IAstVisitor with void return type.
Removed default value for 'data' on AcceptVisitor() methods.
|
14 years ago |
Mike Krüger
|
c74577ab6a
|
Updated mcs.
|
14 years ago |
Daniel Grunwald
|
2bebee46a1
|
C# XML documentation support.
|
14 years ago |
Daniel Grunwald
|
73438b7288
|
Make CSharpResolveVisitor internal and expose CSharpAstResolver instead.
|
14 years ago |
Mike Krüger
|
7b542f4eb2
|
Enabled async tests.
|
14 years ago |
Mike Krüger
|
d91eb2c993
|
Print error information.
|
14 years ago |
Daniel Grunwald
|
e4d1f545fd
|
Add CodeDomConvertVisitor.
|
14 years ago |
Daniel Grunwald
|
5c585e110b
|
Apply license header to unit tests.
Add parser unit tests for ObjectCreateExpression.
|
14 years ago |
Daniel Grunwald
|
d4eaffbb42
|
Make pattern matching AST independent from C# AST.
|
15 years ago |
Mike Krüger
|
16715bb854
|
Renamed CSharpFormattingPolicy to CSharpFormattingOptions.
|
15 years ago |
Mike Krüger
|
92df3e5640
|
Fixed some TypeReferenceExpression tests.
|
15 years ago |
Mike Krüger
|
f4450d1fbd
|
Fixed some invocation expression tests.
|
15 years ago |
Mike Krüger
|
4e60911bb0
|
Fixed method declaration tests.
|
15 years ago |
Daniel Grunwald
|
b37ea773b4
|
Re-enabled the unit tests that were commented out.
|
15 years ago |
Daniel Grunwald
|
bf49569c22
|
Rename Dom->Ast.
|
15 years ago |
Daniel Grunwald
|
0f01f3be17
|
C# Ast refactoring: introduce Role<T> and add setters.
|
15 years ago |
Mike Krüger
|
396c2b3931
|
Updated AST & mcs.
|
15 years ago |
Daniel Grunwald
|
8703df7bae
|
Enable parser unit tests; ignore those that are broken.
|
15 years ago |
Daniel Grunwald
|
6b282eaf3e
|
Add TypeMembers unit tests.
|
15 years ago |
Daniel Grunwald
|
f52338f265
|
Add statement-level parser tests.
|
15 years ago |
Daniel Grunwald
|
452cbf51be
|
Add some GeneralScope unit tests.
Rename ParameterDeclarationExpression -> ParameterDeclaration.
|
15 years ago |
Daniel Grunwald
|
a7e253e3ea
|
Add C# resolve visitor.
|
15 years ago |
Daniel Grunwald
|
9b0435065e
|
Add parser unit tests for expressions.
|
15 years ago |