17 Commits (bad0fdb30fc39d57d67f8600d03b1660c0f475e6)

Author SHA1 Message Date
Daniel Grunwald a20e80a09c Add tests for InsertParenthesesVisitor. 15 years ago
Daniel Grunwald a24999d720 Add InsertParenthesesVisitor 15 years ago
Daniel Grunwald 54c454b0f8 Split EventDeclaration in normal one (can declare multiple events) and CustomEventDeclaration (with add/remove blocks, can only declare a single event). 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
Daniel Grunwald f7b16a70fb Implemented support for extension methods. 15 years ago
Daniel Grunwald 7656e7d937 CSharpParser: UsingDeclaration makes use of type reference 15 years ago
Daniel Grunwald 36af836115 Add PrimitiveType/SimpleType/MemberType. 15 years ago
Daniel Grunwald 06634845f1 Adjust unit tests to null object pattern. 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. 15 years ago
Daniel Grunwald 823c73c93f Make IdentifierExpression.Identifier return the identifier string. 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