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.
|
14 years ago |
Daniel Grunwald
|
e6c0091ba2
|
Implement pattern matching for statements.
|
15 years ago |
Mike Krüger
|
16baa75795
|
Corrected astvisitor interface naming.
|
15 years ago |
Mike Krüger
|
83a7d2fcc0
|
Splitted the goto statement cases: GotoStatement, GotoCaseStatement,
GotoDefaultStatement.
|
15 years ago |
Daniel Grunwald
|
43625b4c85
|
Initial port to new NRefactory.
|
15 years ago |
Mike Krüger
|
66d45aca27
|
Added some token getters.
|
15 years ago |
Daniel Grunwald
|
5a0087aa1b
|
Rename files Dom->Ast.
|
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
|
7b6cecca2c
|
Merged with mondevelop AST. + Did some minor renamings
+ Removed unused EnumDeclaration
|
15 years ago |
Mike Krüger
|
396c2b3931
|
Updated AST & mcs.
|
15 years ago |
Daniel Grunwald
|
f52338f265
|
Add statement-level parser tests.
|
15 years ago |
Mike Krüger
|
c4702354c5
|
Added C# DOM
|
15 years ago |