tame/tamer/src/asg/graph
Mike Gerwitz a5b4eda369 tamer: asg::air::AirAggregate: Remove Pkg context from child parser states
This is more of the same of the previous commit, but in a more digestable
chunk.  We now have child states that are able to be constructed using a
simple `From`, which is important to making `AirAggregate` a `SuperState`.

This also makes `AirStack` act like a prototype chain for `ObjectIndex`es,
creating environments where context shadows.  The linear search should only
have to check the last two frames (e.g. an Expr has a parent Pkg or Tpl
context which will have a `rooting_oi` value), and this is only done during
a rooting operation.

DEV-13708
2023-03-29 12:58:35 -04:00
..
object tamer: asg::air::AirAggregate: Remove Pkg context from child parser states 2023-03-29 12:58:35 -04:00
visit tamer: asg: Shorthand and long-form template arguments 2023-03-29 12:58:35 -04:00
object.rs tamer: asg::graph::object: ObjectIndexTo and ObjectIndexRelTo 2023-03-29 12:58:35 -04:00
test.rs tamer: asg::graph: *lookup{=>_global}* 2023-03-29 12:58:35 -04:00
visit.rs tamer: asg: Shorthand and long-form template arguments 2023-03-29 12:58:35 -04:00
xmli.rs tamer: asg: Shorthand and long-form template arguments 2023-03-29 12:58:35 -04:00