Excerpts from David Cournapeau's message of 2010-05-25 09:51:36 +0200:
> On Tue, May 25, 2010 at 4:04 PM, Sebastien Binet <seb.bi...@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,

I am talking about the clang python bindings, not the llvm ones :)

I am pushing stuff over there:
http://llvm.org/viewvc/llvm-project/cfe/trunk/bindings/python/

FYI, my cylon project is waiting for this last patch to be applied:
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-May/009091.html

then world domination...

cheers,
sebastien.
-- 
#########################################
# Dr. Sebastien Binet
# Laboratoire de l'Accelerateur Lineaire
# Universite Paris-Sud XI
# Batiment 200
# 91898 Orsay
#########################################
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to