Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: sigzegv on January 12, 2010, 06:43:50 pm
-
Hi,
I was wondering which library is used to parse the c++ code in the symbol browser ? ( or is it a home made lib ? )
I am interested in learning C++'s parsing process.
Regards
-
Home made 100%, the code is in src/plugins/codecompletion/ in svn.
-
Also, I have write some document here Code Completion Design - CodeBlocks (http://wiki.codeblocks.org/index.php?title=Code_Completion_Design) about the Code Completion code. You can read it.