tame/tamer/src/asg/graph
Mike Gerwitz 7857460c1d tamer: Re-use prior AirAggreagteCtx for subsequent parsers
A new AirAggregate parser is utilized for each package import.  This
prevents us from moving the index from `Asg` onto `AirAggregateCtx` because
the index would be dropped between each import.

This allows re-using that context and solves for problems that result from
attempting to do so, as explained in the new
`resume_previous_parsing_context` test case.

But, it's now clear that there's a missing abstraction, and that reasoning
about this problem at the topmost level of the compiler/linker in terms of
internal parsing details like "context" is not appropriate.  What we're
doing is suspending parsing and resuming it later on for another package,
aggregating into the same destination (ASG + index).  An abstraction ought
to be formed in terms of that.

DEV-13162
2023-05-19 13:38:15 -04:00
..
object tamer: asg::air: Root AirIdent operations using AirAggregateCtx 2023-05-17 12:23:36 -04:00
visit tamer: Re-use prior AirAggreagteCtx for subsequent parsers 2023-05-19 13:38:15 -04:00
object.rs tamer: asg::air: Root AirIdent operations using AirAggregateCtx 2023-05-17 12:23:36 -04:00
test.rs tamer: asg::graph::{index_identifier=>index}: Generalize 2023-04-20 16:46:30 -04:00
visit.rs tamer: asg::graph::visit::topo: Cycle detection 2023-04-27 16:28:57 -04:00
xmli.rs tamer: asg: Integrate package CanonicalName 2023-05-05 10:26:58 -04:00