Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT AST travelsal problem

Hi,all friends
    I am developing a c/c++ parser to make a source code similarity checker
, using cdt ast.  Now I got IASTTranslationUnit ast, and using ASTVisitor to
travelsal my ast. I want to print some information of the leaf nodes(have no
children node)  how can I make it?  And I'll show  my code below , I hope
you could give me some advices ? code.txt
<http://eclipse.1072660.n5.nabble.com/file/n161878/code.txt>  
   Thanks for the time.



--
View this message in context: http://eclipse.1072660.n5.nabble.com/CDT-AST-travelsal-problem-tp161878.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.


Back to the top