Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Parser] Do not eagerly lex parens (#6540) | Thomas Lively | 2024-04-25 | 1 | -3/+0 |
* | [Parser] Simplify the lexer interface (#6319) | Thomas Lively | 2024-02-20 | 1 | -1432/+831 |
* | [Parser] Support string-style identifiers (#6278) | Thomas Lively | 2024-02-06 | 1 | -0/+27 |
* | [Parser] Templatize lexing of integers (#6272) | Thomas Lively | 2024-02-05 | 1 | -166/+166 |
* | [NFC] Split the new wat parser into multiple files (#5960) | Thomas Lively | 2023-09-19 | 1 | -1/+1 |
* | Replace more uses of `NAN` (#5354) | Thomas Lively | 2022-12-15 | 1 | -2/+2 |
* | Remove more uses of NAN (#5310) | Thomas Lively | 2022-12-02 | 1 | -8/+10 |
* | [Parser][NFC] Small code cleanups (#4729) | Thomas Lively | 2022-06-14 | 1 | -184/+184 |
* | [Parser] Begin parsing modules (#4716) | Thomas Lively | 2022-06-10 | 1 | -1/+1 |
* | [Parser] Token classification (#4699) | Thomas Lively | 2022-06-01 | 1 | -8/+521 |
* | [Parser] Replace Signedness with ternary Sign (#4698) | Thomas Lively | 2022-05-27 | 1 | -42/+42 |
* | [Parser][NFC] Create a public wat-lexer.h header (#4695) | Thomas Lively | 2022-05-27 | 1 | -0/+1004 |