[Pyrex] Pyrex generates broken code for "Z = X or Y"
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Mar 30 03:34:30 CEST 2006
Stefan Behnel wrote:
> So the bug is not in the code generator but in the parser that accepts the
> above statement which the generator can't handle.
Actually it seems to be somewhere in the analysis phase
between parsing and code generation. There's nothing
wrong with that Pyrex statement, it should work.
I'll look into it.
--
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury, | Carpe post meridiam! |
Christchurch, New Zealand | (I'm not a morning person.) |
greg.ewing at canterbury.ac.nz +--------------------------------------+
More information about the Pyrex
mailing list