aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* Add the .repeat control statementMiquel Sabaté Solà2025-01-071-4/+94
* parser: Move out the parsing of control statementsMiquel Sabaté Solà2025-01-051-50/+63
* Implement block bodies inside of the assemblerMiquel Sabaté Solà2025-01-051-13/+15
* parser: Implement block bodiesMiquel Sabaté Solà2025-01-041-106/+269
* parser: Add support for operatorsMiquel Sabaté Solà2024-12-191-12/+178
* parser: Allow for parenthesized expressionsMiquel Sabaté Solà2024-12-191-0/+43
* parser: Fix crash on non-ASCII char literalsMiquel Sabaté Solà2024-12-131-3/+3
* Add support for character literalsMiquel Sabaté Solà2024-12-121-2/+76
* Don't rely on the identifier for control identityMiquel Sabaté Solà2024-12-121-11/+59
* Initial support for branchingMiquel Sabaté Solà2024-12-121-0/+2
* Re-work the support on labels, variables and jumpsMiquel Sabaté Solà2024-12-121-22/+27
* Allow for relative jumps at the parser levelMiquel Sabaté Solà2024-12-121-20/+153
* Adapt the assembler to the changes on the parserMiquel Sabaté Solà2024-12-121-232/+347
* ci: Add fuzzy testing to the parserMiquel Sabaté Solà2024-12-121-2/+0
* Re-work the parser from scratchMiquel Sabaté Solà2024-12-121-0/+1496