Commit Graph

3 Commits

Author SHA1 Message Date
cmounce 3bddc3c85e Implement new algorithm for local label processing
This change allows qualified references to local labels from other
sections: you can do `#send section.local` and it will take you to the
appropriate `:.local` label. When `section.local` is ambiguous due to
sections/locals sharing the same names, the reference resolves to the
local in the first such section.
2025-07-11 02:18:17 -07:00
cmounce 3ff40241ee Add more error messages for local/anonymous labels 2025-07-06 01:06:11 -07:00
cmounce eee57848e0 Add tests for label-processing diagnostics 2025-07-05 23:30:10 -07:00