| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Re-work the parser from scratch | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+27 |
| | | | | | | | | | | | | | | The initial implementation was incredibly naive on how complex an assembler can actually be. Because of this, it never bothered to define and produce a proper AST, and hence it was overall extremely fragile on (not so) corner cases. This commit re-writes everything from scratch for the parser, and it should really be the last fundamental change to the parser other than minor additions/features here and there. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | Add support for branching | Miquel Sabaté Solà | 2024-12-12 | 1 | -17/+58 |
| | | | | | | | | | This is a bare bones implementation of it, and there's a lot of nuance that it's being missed, but at least the fundamentals have been implemented already. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | Initial commit | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+631 |
| A lot is missing and there is a long road ahead to make the assembler even work. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | |||||
