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

Refactor MIR object into an instruction class #104

Closed dcbaker closed 2 years ago

dcbaker commented 2 years ago

A variant of various kinds of pointers is really, really annoying to work with, plus there's the duplicated values between them. It would be nice to just have an Instruction class, that holds an Object instead.