[fpc-devel] C style operator doesn't work with properties in 2.3.1

Micha Nelissen micha at neli.hopto.org
Thu Jul 17 09:07:30 CEST 2008


Jonas Maebe wrote:
> Indeed. I've checked the code and properties are explicitly not allowed 
> for the C-style operators. The reason is that the x+=y is translated 
> into "x:=x+y" at the parser level rather than at the lexical level. This 

So I guess the obvious question is: would it be risky to change that so 
it parses it at the lexical level? :-)

Micha



More information about the fpc-devel mailing list