Abstract Syntax Tree C/C++ support in VSHi<br/> <br/> I'm responsible for porting the gui part of an analysis tool from eclipse to VS. Now I wonder if there exist an AST parser as competent as the one eclipse/cdt [1] supply or do we have to build a fast version of our own AST builder or maybe even use eclipse's?<br/> As I understand there have been some work over at MS as <span style="font-size:10pt;font-family:Arial">Jason Lucas mentions in </span> his msdn blog [2] from 2006 about exposing access to MS AST but what is the status in the matter is it included in VS2010 beta? What are other plug-ins like visual assist using (I suppose their own)?<br/> <br/> [1] http://wiki.eclipse.org/CDT/designs/Overview_of_Parsing<br/> [2] http://blogs.msdn.com/vcblog/archive/2006/08/16/thoughts-on-the-visual-c-abstract-syntax-tree-ast.aspx<br/> <br/> /Jimmie© 2009 Microsoft Corporation. All rights reserved.Thu, 02 Jul 2009 13:17:54 Ze156de8e-bd65-4214-ad13-c8c9c1eb0a9ehttp://social.msdn.microsoft.com/Forums/en-US/vsx/thread/e156de8e-bd65-4214-ad13-c8c9c1eb0a9e#e156de8e-bd65-4214-ad13-c8c9c1eb0a9ehttp://social.msdn.microsoft.com/Forums/en-US/vsx/thread/e156de8e-bd65-4214-ad13-c8c9c1eb0a9e#e156de8e-bd65-4214-ad13-c8c9c1eb0a9eJimmie78http://social.msdn.microsoft.com/Profile/en-US/?user=Jimmie78Abstract Syntax Tree C/C++ support in VSHi<br/> <br/> I'm responsible for porting the gui part of an analysis tool from eclipse to VS. Now I wonder if there exist an AST parser as competent as the one eclipse/cdt [1] supply or do we have to build a fast version of our own AST builder or maybe even use eclipse's?<br/> As I understand there have been some work over at MS as <span style="font-size:10pt;font-family:Arial">Jason Lucas mentions in </span> his msdn blog [2] from 2006 about exposing access to MS AST but what is the status in the matter is it included in VS2010 beta? What are other plug-ins like visual assist using (I suppose their own)?<br/> <br/> [1] http://wiki.eclipse.org/CDT/designs/Overview_of_Parsing<br/> [2] http://blogs.msdn.com/vcblog/archive/2006/08/16/thoughts-on-the-visual-c-abstract-syntax-tree-ast.aspx<br/> <br/> /JimmieThu, 02 Jul 2009 13:17:54 Z2009-07-02T13:17:54Z