Hi, Has anyone done sth in ASTVisitor for C#? Can help me in the following?
I am looking for an something equivalent to this Java API for Eclipse in the C# .NET Framework Class Library for Visual Studios: http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.cdt.doc.isv/reference/api/org/eclipse/cdt/core/dom/ast/ASTVisitor.html Also I found this link (below) which looks related, but I don't know what is it about. There is a piece of code that says abt a class AstVisitor which inherits fr IAstVisitor. Not sure whether IAstVisitor is what I need, but I can't find it in the .NET Framework Class Library. http://www.nootaikok.com/2009/01/c-code-generation-using-mgrammar.html I need this for my school project... Can someone shade me some light on this issue?
