similar to rustc, we need some sort of `Context` struct that lets us pass around details of the current compilation run. this will be used for: - errors - benchmarking - more verbose compiler information
similar to rustc, we need some sort of
Contextstruct that lets us pass around details of the current compilation run.this will be used for: