Re: Additional syntax - B.1.2 String Literals

2010-12-30 Thread Gavin Barraclough
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 th

Re: Additional syntax - B.1.2 String Literals

2010-12-28 Thread Geoffrey Sneddon
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] Zer

Additional syntax - B.1.2 String Literals

2010-12-28 Thread Gavin Barraclough
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