rustwasm / wasm-webidl-bindings

Read, write, and manipulate the Wasm WebIDL bindings custom section
Apache License 2.0
38 stars 9 forks source link

Support comments in the text parser #2

Closed fitzgen closed 5 years ago

fitzgen commented 5 years ago

e.g.

;; a whole line comment

and

(as ;inline comment; any 0)
fitzgen commented 5 years ago

Requires abandoning the default lalrpop tokenizer.