tame/tamer/src/asg
Mike Gerwitz f2c5443176 tamer: asg: Remove generic Asg, rename {Base=>}Asg
This is the beginning of an incremental refactoring to remove generics, to
simplify the ASG.  When I initially wrote the linker, I wasn't sure what
direction I was going in, but I was also negatively influenced by more
traditional approaches to both design and unit testing.

If we're going to call the ASG an IR, then it needs to be one---if the core
of the IR is generic, then it's more like an abstract data structure than
anything.  We can abstract around the IR to slice it up into components that
are a little easier to reason about and understand how responsibilities are
segregated.

DEV-11864
2022-05-11 16:47:13 -04:00
..
error.rs tamer: asg: Remove generic Asg, rename {Base=>}Asg 2022-05-11 16:47:13 -04:00
graph.rs tamer: asg: Remove generic Asg, rename {Base=>}Asg 2022-05-11 16:47:13 -04:00
ident.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
mod.rs tamer: asg: Remove generic Asg, rename {Base=>}Asg 2022-05-11 16:47:13 -04:00
object.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00