aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/object.rs
Commit message (Expand)AuthorAgeFilesLines
* Define the global scope to a more obscure nameMiquel Sabaté Solà2026-02-251-1/+1
* Warn on pointless (un)conditional branchingMiquel Sabaté Solà2026-02-021-0/+12
* Allow asan:reserve to receive an usizeMiquel Sabaté Solà2025-12-141-1/+1
* Add a warning for each unused variableMiquel Sabaté Solà2025-09-021-10/+22
* assembler: Add support for asan:reserve,ignoreMiquel Sabaté Solà2025-09-021-1/+10
* Provide a node to the Object structMiquel Sabaté Solà2025-08-181-0/+16
* Apply suggested style fixes from clippyMiquel Sabaté Solà2025-08-171-4/+4
* Properly fill the context stack when forcing itMiquel Sabaté Solà2025-01-101-14/+19
* Improve error message on unknown variable/scopeMiquel Sabaté Solà2025-01-091-1/+1
* Implement the .include statementMiquel Sabaté Solà2025-01-091-67/+24
* Add the .repeat control statementMiquel Sabaté Solà2025-01-071-3/+10
* Store a reference for macros instead of an indexMiquel Sabaté Solà2025-01-071-1/+1
* Implement block bodies inside of the assemblerMiquel Sabaté Solà2025-01-051-14/+10
* Find variable values on parent scopesMiquel Sabaté Solà2024-12-201-12/+65
* assembler: Implement and add tests for operatorsMiquel Sabaté Solà2024-12-191-0/+35
* Add support for jumping into .proc'sMiquel Sabaté Solà2024-12-181-1/+1
* Remove unneeded Ok callMiquel Sabaté Solà2024-12-181-1/+1
* Prevent addresses which are out of boundsMiquel Sabaté Solà2024-12-181-7/+29
* Fix the mapping of addresses on labelsMiquel Sabaté Solà2024-12-161-0/+418