Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-doc-dev] CDT Arch Docuemnt

Unfortunately no such document exists that I know of.  If you go to the CDT
Wiki, there is a set of slides from the Fall 2006 Summit by Doug which
provide a very basic overview to the parser, AST, and the index, however,
this does not go into detail with regards to all the elements that make up
the AST.

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt



                                                                           
  From:   "chinmay narayan" <chinu.pandey@xxxxxxxxx>                       
                                                                           
  To:     cdt-doc-dev@xxxxxxxxxxx                                          
                                                                           
  Date:   30/11/2006 08:02 AM                                              
                                                                           
  Subject [cdt-doc-dev] CDT Arch Docuemnt                                  
  :                                                                        
                                                                           




Hi all,
Is there some kind of documentation available for CDT parser, where i
can find out the AST hierarchy. I am trying to iterate over
translation unit returned by parse function, but i am finding it
difficult . like a translation unit comprises of declarations, each
declarations can be of one of the 5 type.. so on.. can anybody plz
point me toward some documentaion of AST structure..

regards
chinmay
_______________________________________________
cdt-doc-dev mailing list
cdt-doc-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-doc-dev




Back to the top