- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 24 Mar 2020 15:04:37 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 24 March 2020 22:04:50 UTC
domenic commented on this pull request.
> + "async" "iterable" "<" TypeWithExtendedAttributes ">" ";"
+ "async" "iterable" "<" TypeWithExtendedAttributes ">" "(" ArgumentList ")" ";"
"async" "iterable" "<" TypeWithExtendedAttributes "," TypeWithExtendedAttributes ">" ";"
+ "async" "iterable" "<" TypeWithExtendedAttributes "," TypeWithExtendedAttributes ">" "(" ArgumentList ")" ";"
Can you (or someone else watching) help me figure out how to do this? I haven't tried to learn all the LL(1) constraints and how to work around them.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/808#discussion_r397489634
Received on Tuesday, 24 March 2020 22:04:50 UTC