Re: [whatwg/webidl] Rename the `async iterable` declaration to `async_iterable` to match the type name. (Issue #1504)

tabatkins left a comment (whatwg/webidl#1504)

As I caught in #1500, nope, I misunderstood the LL(1) restrictions. `async sequence` still violates LL(1), because it shares a prefix with `async iterable`. The only way around that would be to form the two words into a single token, but that fixes a particular whitespace, so isn't really doable.

So no, I think `async_sequence<>` is the way to go. I'm actually more okay keeping `async iterable` and `async_sequence` differing in space vs underscore, but I can go change #1500 to use underscore in both places if desired.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/issues/1504#issuecomment-3081922923
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/issues/1504/3081922923@github.com>

Received on Thursday, 17 July 2025 00:21:55 UTC