Just small update i think i have got most of C code working now, but
working on C++ generation again its all shaping up to look pretty
usable. I wonder by the off chance is there a python library that can
parse the C preprocessor if anyone knows or not i am looking at
https://code.google.com/p/pypr
Hey all,
Some of you may remember a project i worked on for GSoC 2012, i wasn't
really happy with the project over all for a long time it basicaly
required at the time people to be running GCC from latest SVN/GIT for
it to work correctly.
Now gcc >= 4.7 is becoming more normal, so i went back int
On 18 June 2012 15:12, Stefan Behnel wrote:
> Hi,
>
> the PyPy folks have come up with a new FFI library (called cffi) for
> CPython (and eventually PyPy, obviously).
>
> http://cffi.readthedocs.org/
>
> It borrows from LuaJIT's FFI in that it parses C declarations at runtime.
> It then builds a C
Hey all
I am implemented a very crude and simplistic and very badly programmed
version of a pxd generator i think i understand what were after now
but i would appreciate if you look over what i did to make sure i have
grasped the basic idea for now:
So if i have:
#include "test.h"
int add (int
Hey
I got linked to your idea
http://groups.google.com/group/cython-users/browse_thread/thread/cb8aa58083173b97/cac3cf12d438b122?show_docid=cac3cf12d438b122&pli=1
by David Malcolm on his plugin mailing list.
I am looking to apply to Gsoc once again this year i have done gsoc
2010 and 2011 on GCC