tame/tamer/src/asg
Mike Gerwitz a5a5a99dbd tamer: asg::graph::visit::TreeWalkRel: New token type
This introduces a `Token` in place of the original tuple for
`TreePreOrderDfs` so that it can be used as input to a parser that will
lower into XIRF.

This requires that various things be describable (using `Display`), which
this also adds.  This is an example of where the parsing framework itself
enforces system observability by ensuring that every part of the system can
describe its state.

DEV-13708
2023-03-10 14:27:57 -05:00
..
air tamer: asg::air: Merge Pkg closing span 2023-03-10 14:27:57 -05:00
graph tamer: asg::graph::visit::TreeWalkRel: New token type 2023-03-10 14:27:57 -05:00
air.rs tamer: asg::air: Merge Pkg closing span 2023-03-10 14:27:57 -05:00
error.rs tamer: nir, asg: Introduce package to ASG 2023-02-01 10:34:16 -05:00
graph.rs tamer: asg::graph: Formalize dynamic relationships (edges) 2023-03-10 14:27:57 -05:00
mod.rs tamer: asg::graph::visit::tree_reconstruction: New graph traversal 2023-03-10 14:27:57 -05:00