Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: sigzegv on January 12, 2010, 06:43:50 pm

Title: C/C++ code parser
Post 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
Title: Re: C/C++ code parser
Post by: oBFusCATed on January 12, 2010, 07:09:29 pm
Home made 100%, the code is in src/plugins/codecompletion/ in svn.
Title: Re: C/C++ code parser
Post by: ollydbg on January 13, 2010, 01:02:47 am
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.