tame/tamer/src/asg/graph
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
..
object tamer: asg::graph::visit::TreeWalkRel: New token type 2023-03-10 14:27:57 -05:00
visit tamer: asg::graph::visit::TreeWalkRel: New token type 2023-03-10 14:27:57 -05:00
object.rs tamer: asg::graph::visit::TreeWalkRel: New token type 2023-03-10 14:27:57 -05:00
test.rs Copyright year and name update 2023-01-20 23:37:30 -05:00
visit.rs tamer: asg::graph::visit::TreeWalkRel: New token type 2023-03-10 14:27:57 -05:00