Additional syntax - B.1.2 String Literals

Gavin Barraclough barraclough at apple.com
Thu Dec 30 10:11:17 PST 2010


Hi Geoffrey,

Apologies, I had missed your earlier mail to the list – please consider my last post a wholehearted agreement.

I hope we can get some traction on on this, for my part I'll try to continue to try to producing some of the additional language we may need in appendix B, in the hope this can help move things forwards.

cheers,
G.


On Dec 28, 2010, at 11:53 PM, Geoffrey Sneddon wrote:

> On 29/12/10 02:56, Gavin Barraclough wrote:
>> Hi,
>> 
>> In the definition of OctalEscapeSequence, and in the accompanying semantics, it is required at numerous points that the subsequent character is not a DecimalDigit:
>> 
>>> OctalEscapeSequence ::
>>> 	OctalDigit [lookahead ∉ DecimalDigit]
>>> 	ZeroToThree OctalDigit [lookahead ∉ DecimalDigit]
>>> 	FourToSeven OctalDigit
>>> 	ZeroToThree OctalDigit OctalDigit
>> 
>> In these cases it would seem to make more sense to require that the subsequent character is not an OctalDigit.  For example, implementations supporting this additional syntax the string literal "\019" is permitted (with '\01' matching the rule 'ZeroToThree OctalDigit').
>> 
>> As such, I think throughout B.1.2. it would make more sense to replace DecimalDigit with OctalDigit.
>> 
>> Additionally, I believe it would also be helpful to redefine the following rule (in section B.1.2):
>> 
>>> EscapeCharacter ::
>>> 	SingleEscapeCharacter
>>> 	DecimalDigit
>>> 	x
>>> 	u
>> 
>> Again, replacing DecimalDigit with OctalDigit.  This would add documentation reflecting the fact that in addition to permitting octal escapes implementations commonly permit '\8\ and '\9' to be handled as NonEscapeCharacter sequences in string literals.
> 
> This has been raised on the list before, most recently at <https://mail.mozilla.org/pipermail/es5-discuss/2010-February/003490.html>. Also, with regards to that, see <https://mail.mozilla.org/pipermail/es-discuss/2010-November/012168.html>. (I'll follow up on that sometime soon!).
> 
> -- 
> Geoffrey Sneddon — Opera Software
> <http://gsnedders.com/>
> <http://www.opera.com/>
> _______________________________________________
> es-discuss mailing list
> es-discuss at mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20101230/792e8325/attachment.html>


More information about the es-discuss mailing list