> Heh-- excuse my bogus BNF! That's just a made-up extension that allows 1 or 
> more instances of MRL, separated by the ',' token. Spelled out:
> 
>    MRL+(',') ::= MRL
>               |  MRL+(',') ',' MRL

PS If this is still unclear, just replace MRL+(',') with MRLList, and add the 
production:

    MRLList ::= MRL
             |  MRLList ',' MRL

I'll do that in the spec to avoid this confusion in the future.

Dave

_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to