7 ms·
Is there a way to download the BNF as a single file so I can parse it?
by andrea81 3y ago
Is there a way to download the BNF as a single file so I can parse it?
- marianoguerra 3y agoYou can parse many things from this file, what are you trying to extract? https://github.com/WebAssembly/spec/blob/main/document/core/util/macros.def https://github.com/WebAssembly/spec/blob/main/document/core/...
- UncleEntity 3y agoThe grammar doesn't get you too far since the WASM is designed around a binary format. Plus they do some weird stuff around the names of the operators which has to be dealt with. That being said...https://pastebin.com/mhtgjSjZ https://pastebin.com/mhtgjSjZ