Simon Lindgren
|
1371e6db61
|
[CodeIssues] Fix bugs in RedundantCatchIssue.
|
13 years ago |
Mike Krüger
|
41d5b50008
|
Worked on inconsistent naming issue.
|
14 years ago |
mike
|
11b8c3bca6
|
Removed IRelocatable infrastructure - the start line could now be
altered in the lexer directly.
|
14 years ago |
Daniel Grunwald
|
f74bf908bc
|
Make AstNode freezable.
|
14 years ago |
Mike Krüger
|
0b3b290614
|
Fixed case label indentation.
|
14 years ago |
Daniel Grunwald
|
a353f23d70
|
Combine AttributedNode and MemberDeclaration into EntityDeclaration.
|
14 years ago |
mike
|
338bedcb45
|
Used simpler Identifier.Create calls.
|
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 |
Mike Krüger
|
72d1381995
|
Provided IAstVisitor and IAstVisitor<T> visitor patterns.
|
14 years ago |
Daniel Grunwald
|
d62f36694e
|
Add null node for VariableInitializer.
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Daniel Grunwald
|
e4d1f545fd
|
Add CodeDomConvertVisitor.
|
14 years ago |
Mike Krüger
|
0dd31176bf
|
Fixed empty statement end location.
|
14 years ago |
Mike Krüger
|
22a97b5e9f
|
Added 'default' section keywords.
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |