[cfe-dev] Potential Summer of Code Project: Ruby bindings for libclang

Dmitri Gribenko gribozavr at gmail.com
Tue Feb 25 06:38:39 PST 2014


On Tue, Feb 25, 2014 at 1:48 AM, Brian Gesiak <modocache at gmail.com> wrote:
> Hello all,
>
> My name is Brian Gesiak. I'm a research student at the University of Tokyo,
> and I'm very excited for Google Summer of Code this year (see
> http://www.google-melange.com/gsoc/homepage/google/gsoc2014 for details)!
> I'd like to propose a potential project and see if anyone on this list has
> any feedback.
>
> I'd like to work on libclang bindings. I think the bindings are a common
> starting point for developers who wish to get started with Clang. I'm hoping
> that improving them could have a big impact.
>
> Specifically, I'd like to work on the following three milestones:
>
> 1. Ruby bindings for libclang, added to the Clang repository and packaged a
> RubyGem
> 2. Refactoring the Python bindings; removing FIXMEs, breaking cindex.py into
> multiple files for easier reading
> 3. Improving documentation on libclang; adding READMEs to the Python and
> Ruby bindings, as well as sample applications

+Argyrios: if you have time to write an email and you have in mind any
interesting development directions for libclang that you never had
time to implement, please share.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-dev mailing list