Stefan Behnel wrote:
> All you have to do is make the 
> scanner more configurable so that it changes the set of keywords based on 
> the thing it's scanning through.

There are also a few places in the Pyrex parser where it
context-dependently recognises an identifier as a keyword.
You might want to check on those to make sure they aren't
going to cause a problem.

-- 
Greg
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to