summaryrefslogtreecommitdiff
path: root/src/parser
Commit message (Expand)AuthorAgeFilesLines
* Typed Continuations: Add cont type (#5998)Frank Emrich2023-10-242-0/+30
* [Parser] Parse labels and br (#5970)Thomas Lively2023-10-022-2/+31
* Support function contexts in IRBuilder (#5967)Thomas Lively2023-09-223-7/+4
* [Parser] Support loops (#5966)Thomas Lively2023-09-212-26/+69
* [Parser] Allow any number of foldedinsts in `foldedinsts` (#5965)Thomas Lively2023-09-213-60/+79
* [NFC][Parser] Simplify instruction handling (#5964)Thomas Lively2023-09-214-540/+350
* [Parser] Parse if-else in the new wat parser and IRBuilder (#5963)Thomas Lively2023-09-212-11/+130
* [NFC] Split the new wat parser into multiple files (#5960)Thomas Lively2023-09-1912-0/+5460