aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Adapt the assembler to the changes on the parserMiquel Sabaté Solà2024-12-121-1/+17
| | | | | | | | | | | As of 184c39579227 ("Re-work the parser from scratch") the parser has a proper AST, and the assembler has to traverse it accordingly. Moreover, the assembler has been stripped from a lot of unneeded memory allocations and it's overall more keen on using mere references when possible. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* ci: Add fuzzy testing to the parserMiquel Sabaté Solà2024-12-121-1/+6
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* ci: Enable Github Actions for the projectMiquel Sabaté Solà2024-12-121-0/+22
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>