Great! I already wrote some descriptions along those lines at http://wiki.cython.org/smallprojects (#2 IIRC).
What I suggest there would work for all C compilers, but using C99 complex instead shouldn't be much different (but not much less work either...) Dag Sverre Seljebotn -----Original Message----- From: "Lisandro Dalcin" <[EMAIL PROTECTED]> Date: Thursday, Dec 11, 2008 2:27 am Subject: [Cython] want to implement support for C99/C++ complex To: cython-dev <[email protected]>Reply-To: [email protected] Could any of you (Greg?) give me a executive summary about should I >change/add to Cython/Pyrex scanner/parser/generator to make this >possible? I believe the scanner does not need much (if any) work, but >up to now I cannot get Cython properly recognize something like "cdef >float complex z" or "cdef double complex z". > >-- >Lisandro Dalcín >--------------- >Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC) >Instituto de Desarrollo Tecnológico para la Industria Química (INTEC) >Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET) >PTLC - Güemes 3450, (3000) Santa Fe, Argentina >Tel/Fax: +54-(0)342-451.1594 >_______________________________________________ >Cython-dev mailing list >[email protected] >http://codespeak.net/mailman/listinfo/cython-dev >
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
