- From: Dominique Hazael-Massieux <dom@w3.org>
- Date: Tue, 03 Jan 2012 17:59:11 +0100
- To: public-script-coord@w3.org
Hi,
Another case where I think the recent addition to WebIDL makes the
grammar no longer LL(1): since "interface" is a valid value of the
"identifier" production, "callback interface" could be parsed either as
the starting point of:
callback interface foo { };
or of:
callback interface = void ();
Dom
Received on Tuesday, 3 January 2012 17:01:37 UTC