
On Tue, May 25, 2010 at 4:04 PM, Sebastien Binet <seb.binet@gmail.com> wrote:
Excerpts from David Cournapeau's message of 2010-05-25 05:06:09 +0200:
On Tue, May 25, 2010 at 3:01 AM, Charles R Harris [snip] Maybe as a first step, something that could extract function signature would be enough, and writing this should not take too much time (Sebastien B wrote something which could be a start, to autogenerate cython code from header:http://bitbucket.org/binet/cylon).
note that llvm/clang is versatile enough to easily provide indices into the source code, which of course includes the comments... I am actually working on improving the python bindings to clang
Ah, nice - where do you put your work ? It seems that llvm-py does not have recent commits, David