summaryrefslogtreecommitdiff
path: root/test/gtest/wat-lexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Parser] Do not eagerly lex parens (#6540)Thomas Lively2024-04-251-3/+0
* [Parser] Simplify the lexer interface (#6319)Thomas Lively2024-02-201-1432/+831
* [Parser] Support string-style identifiers (#6278)Thomas Lively2024-02-061-0/+27
* [Parser] Templatize lexing of integers (#6272)Thomas Lively2024-02-051-166/+166
* [NFC] Split the new wat parser into multiple files (#5960)Thomas Lively2023-09-191-1/+1
* Replace more uses of `NAN` (#5354)Thomas Lively2022-12-151-2/+2
* Remove more uses of NAN (#5310)Thomas Lively2022-12-021-8/+10
* [Parser][NFC] Small code cleanups (#4729)Thomas Lively2022-06-141-184/+184
* [Parser] Begin parsing modules (#4716)Thomas Lively2022-06-101-1/+1
* [Parser] Token classification (#4699)Thomas Lively2022-06-011-8/+521
* [Parser] Replace Signedness with ternary Sign (#4698)Thomas Lively2022-05-271-42/+42
* [Parser][NFC] Create a public wat-lexer.h header (#4695)Thomas Lively2022-05-271-0/+1004