lann / wasm-wave

Web Assembly Value Encoding
Apache License 2.0
38 stars 6 forks source link

Fix the EBNF to allow empty list and flags values. #16

Closed sunfishcode closed 10 months ago

sunfishcode commented 10 months ago

Lists and flag sets are permitted to be empty. This (narrowly) avoids ambiguity with records on "{}", because records are not permitted to be empty.