Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
C/C++ code parser
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: C/C++ code parser (Read 4455 times)
sigzegv
Single posting newcomer
Posts: 4
C/C++ code parser
«
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
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: C/C++ code parser
«
Reply #1 on:
January 12, 2010, 07:09:29 pm »
Home made 100%, the code is in src/plugins/codecompletion/ in svn.
Logged
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]
ollydbg
Developer
Lives here!
Posts: 6079
OpenCV and Robotics
Re: C/C++ code parser
«
Reply #2 on:
January 13, 2010, 01:02:47 am »
Also, I have write some document here
Code Completion Design - CodeBlocks
about the Code Completion code. You can read it.
Logged
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
C/C++ code parser