Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
can someone tell me how to get the codestore c++ parser source code?
(1/1)
ollydbg:
It seems that the VCF builder source was not completed when I download from sourceforge. I can't find the scr/codestore/XXX.cpp
Is is open source parser?
Thanks.
MortenMacFly:
svn co https://vcfbuilder.svn.sourceforge.net/svnroot/vcfbuilder vcfbuilder
I got it there in a sub-folder.
Hence CodeStore is not yet official/ready any may not even be GPL -> read here:
http://vcfbuilder.org/?q=node/139
So you better forget about that one.
ollydbg:
Thank you for your help.
I'm downloading now.
So, it is great that if Code Completion can do preprocess and then generate precise parser result.
But it it too hard for me to understand the whole "CodeStore " source code. But I found that it include CTAGS which is a GNU project I think is under GPL.
Edit:
It include a BSD
see here: license http://vcfbuilder.org/?q=node/8
Does it mean that we can't copy it's code to develop CC? :D
MortenMacFly:
--- Quote from: ollydbg on February 26, 2009, 12:38:47 pm ---Does it mean that we can't copy it's code to develop CC? :D
--- End quote ---
You can literally use "any" license for a plugin.
Navigation
[0] Message Index
Go to full version