You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser (really the lexer) needs to support the non-standard extended name format $"..." and the tests need to be updated to use it where necessary.
[Outlining] The parser needs to support tuple types. We should also update the format for tuple types to be more consistent with the rest of the language. The parser needs to handle local.set and global.set of tuple types correctly.
[Outlining] The parser needs to support multivalue pops. We should probably update the syntax of pops to be pop <valtype>, where the valtype can be a tuple type.
Perhaps also worth adding #3989 as it blocks us from running the text roundtripping fuzzer, and it would be good to have that fuzzer tested on the new parser:
These are the issues (in no particular order) that need to be resolved before we can turn on the new wat parser by default:
v128.const
.array.new_fixed
length annotations mandatory.array.new_fixed
length annotations mandatory #6277$"..."
and the tests need to be updated to use it where necessary.local.set
andglobal.set
of tuple types correctly.pop <valtype>
, where the valtype can be a tuple type.[Outlining] The parser needs to support pops in control flow structures somehow.resume
#6295The text was updated successfully, but these errors were encountered: