### What is the issue with the Web IDL Standard? After #1397 the grammar is not LL(1) because it requires more lookahead: ```webidl async iterable<unsigned long long> foo(); // ^ Heh, dear parser, you expected AsyncIterable? Too bad! ``` See also the build error in https://github.com/whatwg/webidl/pull/1489#issuecomment-2892437775. > ``` > The WebIDL grammar is NOT LL(1) due to the following conflicts: > 1. PartialInterfaceMember: > * "async" (54/58) > ``` cc @lucacasonato