aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* 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