1 Feb 2010 08:42
Re: [Cython] C++ support - A simple tutorial
Robert Bradshaw, 30.01.2010 01:31: > There's no way to interpret the expression > > new A(1,10) > > as valid Python, so there's no ambiguity. Ok, it's not /really/ a keyword then, in the sense that it cannot appear outside of its grammar context. It would still be allowed everywhere, except that the case that it is followed by a name would be special cased. But doesn't that overly complicate the parser? I mean, 'new' can potentially appear in most places of an expression, and it can always mean both things... Stefan
RSS Feed