tame/tamer/src/ld
Mike Gerwitz 29178f2360 tamer: xir::reader: Divorce from `parse`
The reader previously yielded a `ParsedResult`, presumably to simplify
lowering operations.  But the reader is not a `ParseState`, and does not
otherwise use the parsing API, so this was an inappropriate and confusing
coupling.

This resolves that, introducing a new `lowerable` which will translate an
iterator into something that can be placed in a lowering pipeline.

See the previous commit for more information.

DEV-13708
2023-03-10 14:27:57 -05:00
..
xmle tamer: asg: Root package definition 2023-02-01 10:34:17 -05:00
poc.rs tamer: xir::reader: Divorce from `parse` 2023-03-10 14:27:57 -05:00