| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | parser: Move out the parsing of control statements | Miquel Sabaté Solà | 2025-01-05 | 1 | -50/+63 |
| * | Implement block bodies inside of the assembler | Miquel Sabaté Solà | 2025-01-05 | 1 | -13/+15 |
| * | parser: Implement block bodies | Miquel Sabaté Solà | 2025-01-04 | 1 | -106/+269 |
| * | parser: Add support for operators | Miquel Sabaté Solà | 2024-12-19 | 1 | -12/+178 |
| * | parser: Allow for parenthesized expressions | Miquel Sabaté Solà | 2024-12-19 | 1 | -0/+43 |
| * | parser: Fix crash on non-ASCII char literals | Miquel Sabaté Solà | 2024-12-13 | 1 | -3/+3 |
| * | Add support for character literals | Miquel Sabaté Solà | 2024-12-12 | 1 | -2/+76 |
| * | Don't rely on the identifier for control identity | Miquel Sabaté Solà | 2024-12-12 | 1 | -11/+59 |
| * | Initial support for branching | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+2 |
| * | Re-work the support on labels, variables and jumps | Miquel Sabaté Solà | 2024-12-12 | 1 | -22/+27 |
| * | Allow for relative jumps at the parser level | Miquel Sabaté Solà | 2024-12-12 | 1 | -20/+153 |
| * | Adapt the assembler to the changes on the parser | Miquel Sabaté Solà | 2024-12-12 | 1 | -232/+347 |
| * | ci: Add fuzzy testing to the parser | Miquel Sabaté Solà | 2024-12-12 | 1 | -2/+0 |
| * | Re-work the parser from scratch | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+1496 |
