WebAssembly / annotations

Proposal for Custom Annotation Syntax in the Text Format
https://WebAssembly.github.io/annotations/
Other
19 stars 10 forks source link

[interpreter] Simplify keyword lexing #8

Closed rossberg closed 4 years ago

rossberg commented 4 years ago

Multiply out all keywords and separate them into a pattern match. Makes lexer more accessible and allows accurate lexing of reserved words (which otherwise blew the lexer table).