diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2025-02-10 12:42:33 +1300 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2025-02-10 12:44:42 +1300 |
commit | 8ddf72ad0252f17913540a2e767966899a29d1b6 (patch) | |
tree | c97e01c761727b3fbdcf4006f6c0b70a41f59f23 /src/lib.rs | |
parent | 1c9e795245c5da0ea896a4824fb41c9542857ecc (diff) | |
download | assembler-8ddf72ad0252f17913540a2e767966899a29d1b6.zip |
Track related symbols in resolver
As well as the already-implemented tracking of the existing definition
of redefinitions, the resolver will now also track the definition that
resolves each reference, and the references resolved by each definition.
Instead of using tuples to hold this information, named wrapper structs
have been created for each category.
Diffstat (limited to 'src/lib.rs')
0 files changed, 0 insertions, 0 deletions