Re: [heycam/webidl] WIP: Async value iterators (#808)

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