Remove the string:string concatentation TODO item.

I think it may have been for compatibility with a certain qcc variant (no
idea which one, though). While the shift/reduce conflict is fixable using
"%prec IFX" on the const:string rule, the colon breaks test?"a":"b".
Putting parentheses around "a" allows such a construct, requiring them
breaks comatibility with C. I think this feature just isn't worth that.
This commit is contained in:
Bill Currie 2013-06-25 11:23:02 +09:00
parent 257597fd38
commit 16d899ace5

View file

@ -20,4 +20,3 @@ o optional arguments for functions (alternative to overloading)
vector(vector fwd, optional vector up) vectoangles = #51;
? try to reduce memory consumption
?? embedded nul characters in strings (why?)
?? "":"" string concatenation (parser issues) (why?)