summaryrefslogtreecommitdiff
path: root/src/parser/lexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Require string-style identifiers to be UTF-8 (#6941)Thomas Lively2024-09-161-0/+10
* Rewrite wasm-shell to use new wast parser (#6601)Thomas Lively2024-05-171-0/+4
* [Parser][NFC] Clean up the lexer index/pos API (#6553)Thomas Lively2024-04-291-17/+17
* [Parser] Do not eagerly lex numbers (#6544)Thomas Lively2024-04-251-189/+132
* [Parser] Do not eagerly lex strings (#6543)Thomas Lively2024-04-251-22/+16
* [Parser] Do not eagerly lex IDs (#6542)Thomas Lively2024-04-251-20/+21
* [Parser] Do not eagerly lex keywords (#6541)Thomas Lively2024-04-251-6/+51
* [Parser] Do not eagerly lex parens (#6540)Thomas Lively2024-04-251-27/+27
* [Parser][NFC] Improve performance of idchar lexing (#6515)Thomas Lively2024-04-191-30/+18
* [Strings] Represent string values as WTF-16 internally (#6418)Thomas Lively2024-03-221-19/+2
* [Parser] Parse annotations, including source map comments (#6345)Thomas Lively2024-02-261-3/+150
* [Parser] Support string-style identifiers (#6278)Thomas Lively2024-02-061-21/+60
* [Parser] Parse v128.const (#6275)Thomas Lively2024-02-051-0/+5
* [Parser] Templatize lexing of integers (#6272)Thomas Lively2024-02-051-48/+23
* [NFC] Split the new wat parser into multiple files (#5960)Thomas Lively2023-09-191-0/+1038