tamer: tamec: Remove lowering pipeline refactoring comment

I'm struggling to go much further yet without sorting out some other things
first with regards to mutable `Context` and, in particular, the ASG.

I'm going to pause on refactoring the lowering pipeline---it's been improved
significantly with the recent work---and I will continue in the next few
weeks.

DEV-13158
main
Mike Gerwitz 2022-10-26 12:34:50 -04:00
parent 7c4c0ebdda
commit dbe834b48a
1 changed files with 0 additions and 9 deletions

View File

@ -124,15 +124,6 @@ fn compile<R: Reporter>(
Ok(())
}
// TODO: You have landed on a commit that is in the middle of
// refactoring this lowering pipline;
// congratulations!
// Specifically,
// this is beginning to derive what these lowering steps have in
// common so that they can be factored out,
// and committing this intermediate state helps with rationalizing
// and understanding the changes.
// TODO: We're just echoing back out XIR,
// which will be the same sans some formatting.
let src = &mut src_reader(src_path, &escaper)?