tame/tamer/benches
Mike Gerwitz 0b2e563cdb tamer: asg: Associate spans with identifiers and introduce diagnostics
This ASG implementation is a refactored form of original code from the
proof-of-concept linker, which was well before the span and diagnostic
implementations, and well before I knew for certain how I was going to solve
that problem.

This was quite the pain in the ass, but introduces spans to the AIR tokens
and graph so that we always have useful diagnostic information.  With that
said, there are some important things to note:

  1. Linker spans will originate from the `xmlo` files until we persist
     spans to those object files during `tamec`'s compilation.  But it's
     better than nothing.
  2. Some additional refactoring is still needed for consistency, e.g. use
     of `SPair`.
  3. This is just a preliminary introduction.  More refactoring will come as
     tamec is continued.

DEV-13041
2022-12-16 14:44:38 -05:00
..
asg.rs tamer: asg: Associate spans with identifiers and introduce diagnostics 2022-12-16 14:44:38 -05:00
asg_lower_xmle.rs tamer: asg: Associate spans with identifiers and introduce diagnostics 2022-12-16 14:44:38 -05:00
iter.rs tamer: iter::trip: Flatten Result 2022-05-20 16:08:16 -04:00
memchr.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
sym.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
xir.rs tamer: Xirf::Text refinement 2022-08-01 15:01:37 -04:00