callback interface not LL(1)

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