8 Commits (5ae6c44d8c391488e8ca96e10481242c397a72a8)

Author SHA1 Message Date
Mike Krüger 494ae64565 Fixed verbatim identifier location. 13 years ago
mike 11b8c3bca6 Removed IRelocatable infrastructure - the start line could now be 14 years ago
Daniel Grunwald f74bf908bc Make AstNode freezable. 14 years ago
Daniel Grunwald 3eee3466a4 CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
Mike Krüger 72d1381995 Provided IAstVisitor and IAstVisitor<T> visitor patterns. 14 years ago
Daniel Grunwald f0bfded6cb C# AST: when setting a string property to null or an empty string, remove the corresponding identifier token. 14 years ago
Daniel Grunwald e4d1f545fd Add CodeDomConvertVisitor. 14 years ago
Daniel Grunwald b5b2408cbc Move NRefactory.CSharp to separate assembly. 14 years ago
Daniel Grunwald a1f613e274 ResolveVisitor: skip tokens and comments 14 years ago
Daniel Grunwald bb2f93a24b NRefactory bug fixes: 14 years ago
Mike Krüger 1037d562ff fixed some errors. 14 years ago
Mike Krüger 991bea4b72 Added IsVerbatim property again. 14 years ago
Mike Krüger 44e796a198 Reduced the memory consumption of identifiers a bit by saving the 14 years ago
Daniel Grunwald 9a35ee4404 Applied some of the optimizations suggested by Kris Vandermotten. #150 14 years ago
Mike Krüger 8237448dbd Renamed interface. 14 years ago
Mike Krüger 450be5a945 Corrected locations for parset expressions/statments/type members. 14 years ago
Daniel Grunwald e1ac50d734 Implemented C# attributes. 15 years ago
Mike Krüger 7d4ef1a665 Added support for quoted identifiers. 15 years ago
Daniel Grunwald defd42696d AST bugfixes. 15 years ago
Daniel Grunwald 9d5390cdbf Add pattern matching support to the NRefactory C# AST. 15 years ago
Mike Krüger 16baa75795 Corrected astvisitor interface naming. 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 15 years ago
Mike Krüger 396c2b3931 Updated AST & mcs. 15 years ago
Mike Krüger c4702354c5 Added C# DOM 15 years ago