aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/errors.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge all error types into a single oneMiquel Sabaté Solà2025-01-091-143/+0
* Remove ContextErrorReason as it was unusedMiquel Sabaté Solà2025-01-091-13/+0
* Implement the .include statementMiquel Sabaté Solà2025-01-091-5/+56
* Fix usage of labels inside of macrosMiquel Sabaté Solà2024-12-241-0/+12
* Prevent missplaced start for procs and scopesMiquel Sabaté Solà2024-12-231-0/+1
* Prevent early .end statementsMiquel Sabaté Solà2024-12-231-0/+1
* Improve the format of error messagesMiquel Sabaté Solà2024-12-201-15/+5
* Prevent addresses which are out of boundsMiquel Sabaté Solà2024-12-181-6/+12
* Remove From<std::io::Error> from errorsMiquel Sabaté Solà2024-12-181-30/+0
* Re-work the handling of segments in the assemblerMiquel Sabaté Solà2024-12-121-6/+13
* Add support for anonymous labelsMiquel Sabaté Solà2024-12-121-0/+1
* Adapt the assembler to the changes on the parserMiquel Sabaté Solà2024-12-121-5/+93
* Re-work the parser from scratchMiquel Sabaté Solà2024-12-121-0/+3
* Add the notion of mappingMiquel Sabaté Solà2024-12-121-0/+1
* Initial commitMiquel Sabaté Solà2024-12-121-0/+25