Mike Krüger
|
4ea7ebc517
|
Moved more roles to the Roles class/Changed TypeDeclaration
representation (saves some memory and class type is now always
defined).
|
14 years ago |
Mike Krüger
|
90bf204c7f
|
Moved the roles class out of AstNode.
|
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
|
3ffbaa278a
|
Refactored c# token representation, it's now more consistent with the
other nodes and takes up a bit less memory.
|
14 years ago |
Daniel Grunwald
|
a71670f2bc
|
Fixed some issues with code round-tripping; and added unit tests for some parser failures.
|
14 years ago |
Daniel Grunwald
|
bf88746a7a
|
Added some failing parser tests for bugs discovered trying to roundtrip NRefactory itself.
|
14 years ago |
Daniel Grunwald
|
7ff012f1a5
|
Fixed some issues in the CodeDomConvertVisitor.
|
15 years ago |
Daniel Grunwald
|
e4d1f545fd
|
Add CodeDomConvertVisitor.
|
15 years ago |
Daniel Grunwald
|
12d7961e39
|
Add SerializationBinder-support to FastSerializer.
|
15 years ago |
Daniel Grunwald
|
769c0ae2e0
|
Allow CecilProjectContent to be serialized. Add FastSerializer to NRefactory.Utils.
|
15 years ago |
Daniel Grunwald
|
5c585e110b
|
Apply license header to unit tests.
Add parser unit tests for ObjectCreateExpression.
|
15 years ago |
Daniel Grunwald
|
344476efbb
|
Fix contracts.
|
15 years ago |