2008/10/23 Peter Bulychev <peter.b...@gmail.com>:
> Hello.
>
> As I understand you recommend me to use pygccxml in order to find clones in
> C++ programs.
More or less, yes ;) Easier than implementing a whole C++ parser.
> I think that it's a good idea, but there is one reason for me not to
> implement this feature. I made Clone Digger in multi-platform fashion and it
> runs from the box (no special environment is needed).
> If the pygccxml feature is implemented, Clone Digger will depend on the gcc
> (which is not always presented) and maybe it will also depend on some other
> environment.
I can understand that ;)
> If you need this feature, you can implement it by yourself, I'll be happy to
> help you by answering your questions (if any).
Cool ;)
I'll try to reuse the Java or Lua scripts. Is it easy to modify the
Eclipse plugin ?
Thanks,
Matthieu
> 2008/10/23 matthieu...@gmail.com <matthieu...@gmail.com>
>>
>> Hi,
>>
>> I just read about this module in Python Magazine, and I was wondering
>> if there were plans to support gccxml, or perhaps more interestingly
>> pygccxml ?
>>
>> Matthieu Brucher
>>
>
>
>
> --
> Best regards,
> Peter Bulychev.
>
> >
>
--
Information System Engineer, Ph.D.
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher
> As I understand you recommend me to use pygccxml in order to find clones inMore or less, yes ;) Easier than implementing a whole C++ parser.
> C++ programs.
Cool ;)
I'll try to reuse the Java or Lua scripts. Is it easy to modify the
Eclipse plugin ?