wasm-lsp / tree-sitter-wasm

WebAssembly grammars for tree-sitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move script syntax out of wat grammar

silvanshade opened this issue · comments

The current .wat grammar is based on the OCaml interpreter grammar which includes parsing support for .wast. I would prefer to keep the grammars separate and just have the .wast grammar extend the .wat grammar as necessary.

See here for reference.

This was done awhile ago. Closing.