[Pyrex] cdef methods still unclear

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Mar 8 10:35:35 CET 2006


Helmut Jarausch wrote:
> So, where to start if I'd
> like to have a look at the Pyrex compiler.
> Is there a readable recursive descent
> parser or what else?

The parser is in the Pyrex.Compiler.Parsing module.
It's recursive descent, although you'll have to
judge for yourself whether it counts as "readable".:-)

Greg





More information about the Pyrex mailing list