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

Handle chained method calls in MIR #6

Closed dcbaker closed 2 years ago

dcbaker commented 3 years ago

MIr assumes that a method call will happen on an ID currently, which may not be true, such as in cases like

if meson.get_compiler('c').get_id() = 'gcc'
   ...
endif