tame/tamer/src/asg
Mike Gerwitz 896fb3a0e5 tamer: asg::air::ir::AirPkg::PkgImport: New token
This allows us to drop `AirIdent::IdentRef`, which in turn allows dropping
`AirIdent` entirely from `AirPkgAggregate`.

This is also a more appropriate abstraction; having to track all the ways in
which `IdentRef` was used can be confusing.  This means that `AirIdent` is
true to its name---used only for identifiers.  The new token type makes it
very clear where package imports are recognized, and it's also easier to
search for.

DEV-13162
2023-06-05 13:44:49 -04:00
..
air tamer: asg::air::ir::AirPkg::PkgImport: New token 2023-06-05 13:44:49 -04:00
graph tamer: asg::graph::object: Remove declare_local 2023-05-24 14:56:22 -04:00
.gitignore tamer: Embed ASG ontology visualization in rustdoc-generated docs 2023-03-10 14:28:00 -05:00
air.rs tamer: asg::air::ir::AirPkg::PkgImport: New token 2023-06-05 13:44:49 -04:00
error.rs tamer: asg::air::ir::AirPkg::PkgImport: New token 2023-06-05 13:44:49 -04:00
graph.rs tamer: asg: Reduce Debug output of `Asg` and `AirAggregateCtx` 2023-05-23 16:15:38 -04:00
mod.rs tamer: asg::graph::visit::topo: Cycle detection 2023-04-27 16:28:57 -04:00