dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
50 stars 7 forks source link

messages #66

Closed dcbaker closed 2 years ago

dcbaker commented 2 years ago

Messages need to be implemented

I want to handle messages somewhat different than Meson does, by handling them in MIR after all the lowering has been done, at once. That should make everything nice and clean. I'll likely need transitive state to track this with.